aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/sh-sci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/sh-sci.c b/drivers/tty/serial/sh-sci.c
index bb682c4e72a..c529580cee9 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",