]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: f81232: switch to generic tiocmiwait
authorJohan Hovold <jhovold@gmail.com>
Sun, 29 Dec 2013 18:22:58 +0000 (19:22 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Jan 2014 20:31:47 +0000 (12:31 -0800)
commitc50db82dcacfb4f6ab272f98ba964076b3ca529c
treeb949f2c68fc76c4502f20f532446745097c9ea9e
parent49fabf29869c9c21f4d7243fa5b2b9ebc3890a85
USB: f81232: switch to generic tiocmiwait

Switch to generic tiocmiwait rather than rely on a custom implementation
using racy interruptible_sleep_on().

Note that this driver is mostly stubbed out so neither version of
tiocmiwait will actually work until someone implements
f81232_update_line_status().

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/f81232.c