summaryrefslogtreecommitdiffstats
path: root/include/linux/serial.h
diff options
context:
space:
mode:
authorJiri Slaby2012-03-05 14:51:54 +0100
committerGreg Kroah-Hartman2012-03-08 20:38:50 +0100
commitecd166507f4218c9988d005feb04b7215f9df321 (patch)
tree8d2283a6cf8b75f7955373107ae0f0267d9438e5 /include/linux/serial.h
parentTTY: simplify tty_driver_lookup_tty a bit (diff)
downloadkernel-qcow2-linux-ecd166507f4218c9988d005feb04b7215f9df321.tar.gz
kernel-qcow2-linux-ecd166507f4218c9988d005feb04b7215f9df321.tar.xz
kernel-qcow2-linux-ecd166507f4218c9988d005feb04b7215f9df321.zip
TTY: remove tty driver re-set from tty_reopen
This is from tty_reopen: struct tty_driver *driver = tty->driver; ... tty->driver = driver; and it doesn't make sense at all. The driver is intended to be set in initialize_tty_struct from tty_init_dev (initial open). So this set in tty_reopen is not needed. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/serial.h')
0 files changed, 0 insertions, 0 deletions