serial: uartps: Fix interrupt mask issue to handle the RX interrupts properly
authorNava kishore Manne <nava.manne@xilinx.com>
Tue, 18 Dec 2018 12:18:42 +0000 (13:18 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Jan 2019 16:14:51 +0000 (17:14 +0100)
commit5110d0b4c2319e9cc300271525b197af201df2bf
tree527c7690a9dac9f70603fdaaa398167a19748d4a
parentc5e4022f25d05429c53cafe84701b5136e628663
serial: uartps: Fix interrupt mask issue to handle the RX interrupts properly

commit 260683137ab5276113fc322fdbbc578024185fee upstream.

This patch Correct the RX interrupt mask value to handle the
RX interrupts properly.

Fixes: c8dbdc842d30 ("serial: xuartps: Rewrite the interrupt handling logic")
Signed-off-by: Nava kishore Manne <nava.manne@xilinx.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/xilinx_uartps.c