]> git.karo-electronics.de Git - karo-tx-linux.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>
Mon, 5 Jul 2010 18:22:04 +0000 (11:22 -0700)
commit0e70bed3661c2fe9844e290595e16092366efef2
treedfb184bba27e42127b0eabf876785799f223bc65
parente918d4ae5eb721dd9569c147d5f3e5c5bc5f108c
USB: tty: fix incorrect use of tty_insert_flip_string_fixed_flag

commit 70ced221cc9f041481f129e63cc5b1dedb0ff959 upstream.

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>
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