From: Arnd Bergmann Date: Thu, 2 Jan 2014 12:07:33 +0000 (+0100) Subject: staging: serqt_usb2: don't use sleep_on X-Git-Tag: v3.14-rc1~150^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6f5250000f68d8c389b829bf11dd5c9d55c8438;p=pandora-kernel.git staging: serqt_usb2: don't use sleep_on sleep_on and related functions are going away and should not be used in this driver any more. This removes the call to interruptible_sleep_on for a wait queue that is never woken up, and replaces an interruptible_sleep_on_timeout call with the equivalent wait_event_interruptible_timeout() to avoid a small race. Both call sites still look fishy and need more work. Signed-off-by: Arnd Bergmann Cc: Greg Kroah-Hartman Cc: devel@driverdev.osuosl.org Cc: Bill Pemberton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed