Bluetooth: btusb: Remove unneeded btusb_wait_on_bit_timeout()
authorJohan Hedberg <johan.hedberg@intel.com>
Sat, 14 Feb 2015 07:33:35 +0000 (09:33 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 14 Feb 2015 21:25:09 +0000 (22:25 +0100)
There's now a proper wait_on_bit_timeout() API in linux/wait.h so we can
remove our own copy from btusb.c. Our copy had the task state and
timeout variables swapped so the patch also changes their order.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btusb.c

Simple merge