Re: [PATCH] Bluetooth: btmrvl: reset is_suspending flag in failure path

2016-07-18 Thread Marcel Holtmann
Hi Amitkumar, > is_suspending flag remains on when host sleep fails to enable. Data > path is unnecessarily blocked after this. This patch ensures to > reset the flag in failure path. > > Signed-off-by: Amitkumar Karwar > --- > drivers/bluetooth/btmrvl_sdio.c | 1 + > 1 file changed, 1 insertion(

[PATCH] Bluetooth: btmrvl: reset is_suspending flag in failure path

2016-07-15 Thread Amitkumar Karwar
is_suspending flag remains on when host sleep fails to enable. Data path is unnecessarily blocked after this. This patch ensures to reset the flag in failure path. Signed-off-by: Amitkumar Karwar --- drivers/bluetooth/btmrvl_sdio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/blue