]> git.baikalelectronics.ru Git - kernel.git/commit
pch_uart: Fix rx error interrupt setting issue
authorTomoya MORINAGA <tomoya.rohm@gmail.com>
Fri, 6 Jul 2012 08:19:42 +0000 (17:19 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Jul 2012 20:37:14 +0000 (13:37 -0700)
commit8838e3d9e3d74f9254adbf40c2297575309ad2e4
tree3cb7dd5600b1487dfce9971b4925ceef6802d765
parent4ccb889d0182a1fc7c2c24a56bd0137aa9c7216c
pch_uart: Fix rx error interrupt setting issue

Rx Error interrupt(E.G. parity error) is not enabled.
So, when parity error occurs, error interrupt is not occurred.
As a result, the received data is not dropped.

This patch adds enable/disable rx error interrupt code.

Signed-off-by: Tomoya MORINAGA <tomoya.rohm@gmail.com>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/pch_uart.c