]> git.baikalelectronics.ru Git - kernel.git/commit
tty: tty_port: Add IO_ERROR bit handling
authorAlan Cox <alan@linux.intel.com>
Mon, 30 Nov 2009 13:16:52 +0000 (13:16 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 23:18:06 +0000 (15:18 -0800)
commita07ec0fbd69722c48598365f67b239e5dae649fa
tree398e4c5059dfa752746ca25ce8c21630c55a0a1a
parent8ba8bfe5611ff3a14c879ad0b9763b6637c69374
tty: tty_port: Add IO_ERROR bit handling

To propogate tty_port_open/close to a few other devices we need to start
handling the IO_ERROR flag on the tty. We can do this pretty trivially.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/char/tty_port.c