tty: Fix the PL2303 private methods for sysrq
authorAlan Cox <alan@linux.intel.com>
Thu, 9 Jul 2009 12:36:58 +0000 (13:36 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 11 Jul 2009 02:17:22 +0000 (19:17 -0700)
commitd4fc4a7bfc2dee626f4fec1e209e58eaa4312de6
tree9a5a3198f086a30703abbe591943dbed851dcba7
parent24a15a62dcb1968bf4ffdae55c88fa934d971180
tty: Fix the PL2303 private methods for sysrq

PL2303 has private data shovelling methods that also have no fast path. Fix
them to work the same way as the default handler.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/usb/serial/pl2303.c