Re: [PATCH] Bluetooth: btusb: Comment on unbalanced pm reference

2020-06-25 Thread Marcel Holtmann
Hi Abhishek, > Add a comment clarifying that a PM reference in btusb_qca_cmd_timeout is > not unbalanced because it results in a device reset. > > Signed-off-by: Abhishek Pandit-Subedi > --- > > drivers/bluetooth/btusb.c | 1 + > 1 file changed, 1 insertion(+) patch has been applied to bluetoot

[PATCH] Bluetooth: btusb: Comment on unbalanced pm reference

2020-06-25 Thread Abhishek Pandit-Subedi
Add a comment clarifying that a PM reference in btusb_qca_cmd_timeout is not unbalanced because it results in a device reset. Signed-off-by: Abhishek Pandit-Subedi --- drivers/bluetooth/btusb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btu