]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
USB: io_ti: clean up termios handling
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Thu, 3 Jan 2008 16:57:33 +0000 (16:57 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Feb 2008 22:35:00 +0000 (14:35 -0800)
commitd5f5bcd425b771c0b7ff5a650b2ce061ac8bbb87
treeecff8e29d62111338f1e1a4435cd7ea669572a2c
parent537699ef53f8b97546f0845bf51a49c9ab114a13
USB: io_ti: clean up termios handling

Don't pass NULL into termios functions when calling them internally
Remove all the crap which then checks for NULL which can't occur now
Clear CMSPAR as it is not supported
Report the baud rate back to the caller properly (See FIXME someone with
the docs)

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/io_ti.c