]> git.baikalelectronics.ru Git - kernel.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)
commitfd1505bbc80edf7ea4c813ee946e49ccc00ac81f
treeb949f2c68fc76c4502f20f532446745097c9ea9e
parent0fa1b48f01a1c7deb9da19ac95f7dae4b696a4e0
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