]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tty: fix up usb serial console for termios change.
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 20 Jul 2012 04:58:31 +0000 (14:58 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Aug 2012 19:39:59 +0000 (12:39 -0700)
commit2d8a1001ee0e961a00ab460ff54ea9a321a56d2e
treef56474aac90f5dc74b1b03362d44799e4f05d000
parentc87985a3ce723995fc7b25e598238d67154108a1
tty: fix up usb serial console for termios change.

fixes these errors:

drivers/usb/serial/console.c: In function 'usb_console_setup':
drivers/usb/serial/console.c:168:16: error: invalid type argument of '->' (have 'struct ktermios')
drivers/usb/serial/console.c:169:4: error: incompatible type for argument 1 of 'tty_termios_encode_baud_rate'
include/linux/tty.h:449:13: note: expected 'struct ktermios *' but argument is of type 'struct ktermios'

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/console.c