]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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)
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>

No differences found