Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48888
b: refs/heads/master
c: d7ea10d
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Pisa authored and Russell King committed Feb 11, 2007
1 parent d39bf02 commit 032edb7
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8c0b254b7efaa7941b3acfe790dd16597b0964b3
refs/heads/master: d7ea10d9cbddd49bab282adef805203a36e43101
3 changes: 2 additions & 1 deletion trunk/drivers/serial/imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,8 @@ static int imx_startup(struct uart_port *port)
if (retval) goto error_out2;

retval = request_irq(sport->rtsirq, imx_rtsint,
IRQF_TRIGGER_FALLING | IRQF_TRIGGER_RISING,
(sport->rtsirq < IMX_IRQS) ? 0 :
IRQF_TRIGGER_FALLING | IRQF_TRIGGER_RISING,
DRIVER_NAME, sport);
if (retval) goto error_out3;

Expand Down

0 comments on commit 032edb7

Please sign in to comment.