commit | dabe2c1385cd53d91c0a318c0fb7d2c015c61458 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Thu Jan 03 15:53:08 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 15 22:43:15 2013 -0800 |
tree | 417c0165f0caee36a0060f03bc6ca171585c7962 | |
parent | 6732c8bb8671acbdac6cdc93dd72ddd581dd5e25 [diff] |
cyclades: push down tty_port_tty_get Now, the tty is not needed at all places in the ISR. So we can just request in on demand when really needed. This cleans TX and RX paths a bit as the indentation level can be dropped by two now when we also invert the char_count if condition. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>