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)
commitd74e8286885ac9f3ccc5e2dc2301f21bbec90f7b
tree398e4c5059dfa752746ca25ce8c21630c55a0a1a
parent8f1e672344c39465b58cf3ffcf348afb2539ced9
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