diff options
-rw-r--r-- | drivers/tty/serial/sh-sci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/sh-sci.c b/drivers/tty/serial/sh-sci.c index bb682c4e72a8..c529580cee93 100644 --- a/drivers/tty/serial/sh-sci.c +++ b/drivers/tty/serial/sh-sci.c | |||
@@ -1790,7 +1790,7 @@ static int __devinit sci_init_single(struct platform_device *dev, | |||
1790 | * | 1790 | * |
1791 | * For the muxed case there's nothing more to do. | 1791 | * For the muxed case there's nothing more to do. |
1792 | */ | 1792 | */ |
1793 | port->irq = p->irqs[SCIx_TXI_IRQ]; | 1793 | port->irq = p->irqs[SCIx_RXI_IRQ]; |
1794 | 1794 | ||
1795 | if (p->dma_dev) | 1795 | if (p->dma_dev) |
1796 | dev_dbg(port->dev, "DMA device %p, tx %d, rx %d\n", | 1796 | dev_dbg(port->dev, "DMA device %p, tx %d, rx %d\n", |