Hi Gustavo, On Wed, Dec 01, 2010, Gustavo F. Padovan wrote: > > -static int disable_esco = 0; > > +static int disable_esco; > > I don't think this change is right. Can we be sure that disable_esco > will be 0 by default? AFAIK we can since static variables are initialized to 0 by default. However, I've understood that it's good style to have this initialization explicit in the code so imho the code should be left as it is. 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