Merge 3.8-rc5 into tty-next
[deliverable/linux.git] / drivers / tty / serial / 8250 / 8250_dw.c
index 117bb8b0359830c647b2f4c394c2006828fe8a35..db0e66f6dd0e3a4458521546cfb11cdc0fccf0dc 100644 (file)
@@ -105,7 +105,7 @@ static int dw8250_handle_irq(struct uart_port *p)
        } else if ((iir & UART_IIR_BUSY) == UART_IIR_BUSY) {
                /* Clear the USR and write the LCR again. */
                (void)p->serial_in(p, DW_UART_USR);
-               p->serial_out(p, d->last_lcr, UART_LCR);
+               p->serial_out(p, UART_LCR, d->last_lcr);
 
                return 1;
        }
This page took 0.027426 seconds and 5 git commands to generate.