USB: metro-usb: fix tty_flip_buffer_push use
authorJohan Hovold <jhovold@gmail.com>
Mon, 2 Jul 2012 10:34:24 +0000 (12:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Jul 2012 23:04:57 +0000 (16:04 -0700)
commitb7d28e32c93801d60c1a7a817f774a02b7bdde43
tree4810f2d85fd6f12b69d30bc7a0df4402f26f44ac
parentaacef9c561a693341566a6850c451ce3df68cb9a
USB: metro-usb: fix tty_flip_buffer_push use

Do not set low_latency flag at open as tty_flip_buffer_push must not be
called in IRQ context with low_latency set.

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