Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109834
b: refs/heads/master
c: 9fbe604
h: refs/heads/master
v: v3
  • Loading branch information
Marc Kleine-Budde authored and Sascha Hauer committed Sep 2, 2008
1 parent e35f6b9 commit 057ae3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4411805b13d4b8c31870b276c2730d585b062db7
refs/heads/master: 9fbe604456c5ae21768f1c98379e1b81c72adcd3
2 changes: 1 addition & 1 deletion trunk/drivers/serial/imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ static irqreturn_t imx_int(int irq, void *dev_id)
readl(sport->port.membase + UCR1) & UCR1_TXMPTYEN)
imx_txint(irq, dev_id);

if (sts & USR1_RTSS)
if (sts & USR1_RTSD)
imx_rtsint(irq, dev_id);

return IRQ_HANDLED;
Expand Down

0 comments on commit 057ae3c

Please sign in to comment.