commit | d74e8286885ac9f3ccc5e2dc2301f21bbec90f7b | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Mon Nov 30 13:16:52 2009 +0000 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Dec 11 15:18:06 2009 -0800 |
tree | 398e4c5059dfa752746ca25ce8c21630c55a0a1a | |
parent | 8f1e672344c39465b58cf3ffcf348afb2539ced9 [diff] |
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>