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)
commit70ced221cc9f041481f129e63cc5b1dedb0ff959
tree646401a37dbc21cb3a8549feb867e60d491a9bfd
parent1ab83238740ff1e1773d5c13ecac43c60cf4aec4
USB: tty: fix incorrect use of tty_insert_flip_string_fixed_flag

Fix regression introduced by commit
a108bfcb372d8c4452701039308fb95747911c59 (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