Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313511
b: refs/heads/master
c: 1ee8f65
h: refs/heads/master
i:
  313509: be44053
  313507: bc4d090
  313503: 9f5d835
v: v3
  • Loading branch information
Shawn Guo committed Jul 1, 2012
1 parent ba16a20 commit f9af745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 69fcbc74bb7a8b3c86e15f27b74ee512633ffcc6
refs/heads/master: 1ee8f65b5689504b98dacb6641fc8b2cc5618ad4
6 changes: 1 addition & 5 deletions trunk/drivers/tty/serial/imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@
#define SERIAL_IMX_MAJOR 207
#define MINOR_START 16
#define DEV_NAME "ttymxc"
#define MAX_INTERNAL_IRQ MXC_INTERNAL_IRQS

/*
* This determines how often we check the modem status signals
Expand Down Expand Up @@ -741,10 +740,7 @@ static int imx_startup(struct uart_port *port)

/* do not use RTS IRQ on IrDA */
if (!USE_IRDA(sport)) {
retval = request_irq(sport->rtsirq, imx_rtsint,
(sport->rtsirq < MAX_INTERNAL_IRQ) ? 0 :
IRQF_TRIGGER_FALLING |
IRQF_TRIGGER_RISING,
retval = request_irq(sport->rtsirq, imx_rtsint, 0,
DRIVER_NAME, sport);
if (retval)
goto error_out3;
Expand Down

0 comments on commit f9af745

Please sign in to comment.