]> git.baikalelectronics.ru Git - kernel.git/commit
USB: tty: fix incorrect use of tty_insert_flip_string_fixed_flag
authorJohan Hovold <jhovold@gmail.com>
Fri, 7 May 2010 17:46:56 +0000 (19:46 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 20 May 2010 20:21:43 +0000 (13:21 -0700)
commiteda1717b31d9ae4fd9a391b76d3fbf2139e395c2
tree646401a37dbc21cb3a8549feb867e60d491a9bfd
parentec4747761a31ec78d3fca65992731d1ca57e1340
USB: tty: fix incorrect use of tty_insert_flip_string_fixed_flag

Fix regression introduced by commit
67e74609ef447724b06d08934c1feb4528473372 (USB: tty: Prune uses of
tty_request_room in the USB layer) which broke three drivers
(cypress_m8, digi_acceleport and spcp8x5) through incorrect use of
tty_insert_flip_string_fixed_flag.

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