Bluetooth: btusb: btusb_intel_cmd_timeout: use sleeping functions
authorRajat Jain <rajatja@google.com>
Mon, 28 Jan 2019 23:08:09 +0000 (15:08 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 29 Jan 2019 15:03:24 +0000 (16:03 +0100)
commit2de66bb87351086ce9bef37c1b98d9bae93eddcd
tree995c7ab6811aca55c02da4c76377f5a7f4c9df80
parent00df214b1faae520880cc5c57e206f21239ef741
Bluetooth: btusb: btusb_intel_cmd_timeout: use sleeping functions

The btusb_intel_cmd_timeout() is called from workqueue contexts,
so use the helper functions that can sleep.

Signed-off-by: Rajat Jain <rajatja@google.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btusb.c