USB: ftdi_sio: remove tty->low_latency
authorJohan Hovold <jhovold@gmail.com>
Wed, 7 Oct 2009 18:05:04 +0000 (20:05 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 9 Oct 2009 20:52:04 +0000 (13:52 -0700)
commit0cbd81a9f6bac734ac3266687bf027af1e395270
tree470e6c2343c7f80712eef3855a31fe5e752d3a7e
parent36a07902c2134649c4af7f07980413ffb1a56085
USB: ftdi_sio: remove tty->low_latency

Fixes tty_flip_buffer_push being called from hard interrupt context with
low_latency set.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/ftdi_sio.c