]> git.baikalelectronics.ru Git - kernel.git/commit
tty: xilinx_uartps: Fix the ignore_status
authorShubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Fri, 29 Jul 2022 11:47:45 +0000 (17:17 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Aug 2022 11:25:48 +0000 (13:25 +0200)
commitd4b05c61b2ffb01ab818de9a22257e535ce96fa3
tree4d46a6fef30dfc1af9657136ed69c0b485ea137a
parent6a67361c43be5466642d8b6c871097c838398100
tty: xilinx_uartps: Fix the ignore_status

Currently the ignore_status is not considered in the isr.
Add a check to add the ignore_status.

Fixes: 8812c920f133 ("tty/serial: add support for Xilinx PS UART")
Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Link: https://lore.kernel.org/r/20220729114748.18332-5-shubhrajyoti.datta@xilinx.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/xilinx_uartps.c