From: Johannes Thumshirn Date: Mon, 12 May 2014 08:34:59 +0000 (+0200) Subject: tty: serial: men_z135_uart: Don't activate TX Space available IRQ on startup X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~35^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10389e66231f1abdf27caa61b822b59dc2fd86b8;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed