commit | ee7970690568b0c875467f475d9c957ec0d9e099 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Thu Mar 07 13:12:34 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Mar 18 16:24:30 2013 -0700 |
tree | cc24352913013c5e574d055d3c52a8f778150194 | |
parent | 4d29994ddb4cc97e19a533834df2e0fdb1c1d8a8 [diff] |
TTY: cleanup tty->hw_stopped uses tty->hw_stopped is set only by drivers to remember HW state. If it is never set to 1 in a particular driver, there is no need to check it in the driver at all. Remove such checks. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>