Hi Forrest, On Fri, Jun 19, 2009, Forrest Zhao wrote: > @@ -1079,9 +1079,6 @@ int gateway_connect_sco(struct audio_device *dev, GIOChannel *io) > { > struct gateway *gw = dev->gateway; > > - if (gw->sco) > - return -EISCONN; > - > gw->sco = g_io_channel_ref(io); This part looks wrong. If gw->sco is non-NULL you'd be causing a memory leak. Why do you think that returning -EISCONN is wrong here? Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html