Hi Andrei, On Fri, Nov 29, 2013, Andrei Emeltchenko wrote: > --- > android/main.c | 34 ++++++++++++++++++++++++++++++++++ > 1 file changed, 34 insertions(+) > > diff --git a/android/main.c b/android/main.c > index 2879bbf..2a9348b 100644 > --- a/android/main.c > +++ b/android/main.c > @@ -493,6 +493,38 @@ static void cleanup_hal_connection(void) > ipc_cleanup(); > } > > +static void cleanup_services(void) > +{ > + int i; > + > + DBG(""); > + > + for (i=HAL_SERVICE_ID_BLUETOOTH; i < HAL_SERVICE_ID_MAX; i++) { You've got coding style issues here: there should be a space before and after '='. Since this trivial thing was the only issue I saw with the patch I fixed it up myself and applied it. 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