diff options
Diffstat (limited to 'drivers/serial/imx.c')
| -rw-r--r-- | drivers/serial/imx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/imx.c b/drivers/serial/imx.c index d00fcf8e6c70..e579d7a1807a 100644 --- a/drivers/serial/imx.c +++ b/drivers/serial/imx.c | |||
| @@ -440,7 +440,7 @@ static irqreturn_t imx_rxint(int irq, void *dev_id) | |||
| 440 | 440 | ||
| 441 | temp = readl(sport->port.membase + USR2); | 441 | temp = readl(sport->port.membase + USR2); |
| 442 | if (temp & USR2_BRCD) { | 442 | if (temp & USR2_BRCD) { |
| 443 | writel(temp | USR2_BRCD, sport->port.membase + USR2); | 443 | writel(USR2_BRCD, sport->port.membase + USR2); |
| 444 | if (uart_handle_break(&sport->port)) | 444 | if (uart_handle_break(&sport->port)) |
| 445 | continue; | 445 | continue; |
| 446 | } | 446 | } |
