From: Samuel Iglesias Gonsalvez Date: Mon, 10 Dec 2012 10:50:03 +0000 (+0100) Subject: ipack/devices/ipoctal: avoid re-enable RX two times. X-Git-Tag: v3.9-rc1~124^2~119 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3882b7814fb3a5b7ea211e421451b1c4685f8f9;p=pandora-kernel.git ipack/devices/ipoctal: avoid re-enable RX two times. RX is enabled when the tty port is open, so no need to do it in initialization time: it can allow the device to receive characters but no TTY client is listening to them. It produced an infinite number of IRQ as RxFIFO is not read to clear that IRQ in the device, so it is still pending. Signed-off-by: Samuel Iglesias Gonsalvez Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed