]> git.baikalelectronics.ru Git - kernel.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)
commitb210479e89b8e32057086b9c4e2ad433b342c5f6
treeecff8e29d62111338f1e1a4435cd7ea669572a2c
parentbe3eedbfdb4c4a02ff9d9996782eecdd78918eda
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