tty: serial: men_z135_uart: Don't activate TX Space available IRQ on startup
authorJohannes Thumshirn <johannes.thumshirn@men.de>
Mon, 12 May 2014 08:34:59 +0000 (10:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 May 2014 19:27:22 +0000 (12:27 -0700)
commit10389e66231f1abdf27caa61b822b59dc2fd86b8
tree4b33a11cf1711c4c89926bd618867df62f809a7e
parent1ffcd67dbcde910c2fd2d1c427c5f62f385fff12
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>
drivers/tty/serial/men_z135_uart.c