commit | a3882b7814fb3a5b7ea211e421451b1c4685f8f9 | [log] [tgz] |
---|---|---|
author | Samuel Iglesias Gonsalvez <siglesias@igalia.com> | Mon Dec 10 11:50:03 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 15 18:24:38 2013 -0800 |
tree | 25d99a83388db3fed0a35b8ae84849f31e416296 | |
parent | 9d01b6f064c130028be8beb729ada7c39021b582 [diff] |
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 <siglesias@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>