From: Johan Hedberg Date: Sat, 14 Feb 2015 07:33:35 +0000 (+0200) Subject: Bluetooth: btusb: Remove unneeded btusb_wait_on_bit_timeout() X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~375^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=129a76931a6e90ddca586ba6e4292b5b429488bc;p=pandora-kernel.git 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 Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed