Hi Andrei, On Thursday 12 of June 2014 13:40:54 Andrei Emeltchenko wrote: > From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> > > --- > android/gatt.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/android/gatt.c b/android/gatt.c > index cc3746c..8da77d0 100644 > --- a/android/gatt.c > +++ b/android/gatt.c > @@ -4133,8 +4133,8 @@ static void fill_gatt_response_by_handle(uint16_t handle, uint16_t offset, > > entry = queue_find(dev->pending_requests, match_dev_request_by_handle, > UINT_TO_PTR(handle)); > - if (entry) { > - DBG("No pending response found! Bogus android response?"); > + if (!entry) { > + error("No pending response found! Bogus android response?"); > return; > } I've already pushed similar fix from Marcin. But please rebase and send DBG to error change. -- Best regards, Szymon Janc -- 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