commit | 10389e66231f1abdf27caa61b822b59dc2fd86b8 | [log] [tgz] |
---|---|---|
author | Johannes Thumshirn <johannes.thumshirn@men.de> | Mon May 12 10:34:59 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed May 28 12:27:22 2014 -0700 |
tree | 4b33a11cf1711c4c89926bd618867df62f809a7e | |
parent | 1ffcd67dbcde910c2fd2d1c427c5f62f385fff12 [diff] |
tty: serial: men_z135_uart: Don't activate TX Space available IRQ on startup Don't activate the TX Space available IRQ on startup, or a simple $ cat /dev/ttyHSU0 will cause an endless amount of IRQs, as there is always space in the TX FIFO available if no data is going to be sent. Also correct comments for IRQ names (RX and TX swapped). Signed-off-by: Johannes Thumshirn <johannes.thumshirn@men.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>