ping On Tue, Jul 29, 2014 at 05:20:50PM +0300, Andrei Emeltchenko wrote: > From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> > > Variable rfcomm is never used after assignment > --- > src/profile.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/src/profile.c b/src/profile.c > index 528525a..7aca3be 100644 > --- a/src/profile.c > +++ b/src/profile.c > @@ -1272,7 +1272,6 @@ static uint32_t ext_start_servers(struct ext_profile *ext, > error("RFCOMM server failed for %s: %s", > ext->name, err->message); > g_free(rfcomm); > - rfcomm = NULL; > g_clear_error(&err); > goto failed; > } else { > -- > 1.9.1 > > -- > 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 -- 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