diff --git a/[refs] b/[refs] index ad6b03568b1e..c748aacc92d8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 63c6764ce4c650245a41a95a2235207d25ca4fde +refs/heads/master: d656901bca2e19057ca7a6e48bc56dec9ca7003e diff --git a/trunk/drivers/serial/sh-sci.c b/trunk/drivers/serial/sh-sci.c index 512266307866..430754ebac8a 100644 --- a/trunk/drivers/serial/sh-sci.c +++ b/trunk/drivers/serial/sh-sci.c @@ -967,7 +967,7 @@ static int sci_startup(struct uart_port *port) #endif sci_request_irq(s); - sci_start_tx(port, 1); + sci_start_tx(port); sci_start_rx(port, 1); return 0;