commit | 06dd881f59b3c07a430cdcbef2197f9b6dc79ae8 | [log] [tgz] |
---|---|---|
author | Jason Wessel <jason.wessel@windriver.com> | Mon Sep 08 14:53:37 2008 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Sep 08 15:37:07 2008 -0700 |
tree | bcbfa4c239d70d3f60f31cb86538fae8c796eaff | |
parent | af904deaf6da3f3285eb0a06a3dc6a1af0251030 [diff] |
usb: fix null deferences in low level usb serial The hw interface drivers for the usb serial devices deference the tty structure to set up the parameters for the initial console. The tty structure should be passed as a parameter to the set_termios() call. Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>