commit | 129a76931a6e90ddca586ba6e4292b5b429488bc | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Sat Feb 14 09:33:35 2015 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Sat Feb 14 22:25:09 2015 +0100 |
tree | bd3b00b11c2ee5e66f698fe995f055fbe2f5d90e | |
parent | faa810303d4141de335a8b29ec7fba8d653903fc [diff] |
Bluetooth: btusb: Remove unneeded btusb_wait_on_bit_timeout() 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>