Commit 53b17bee authored by Miles Bader's avatar Miles Bader Committed by Linus Torvalds

[PATCH] Update `nb85e_uart' driver for recent serial framework changes

Update `nb85e_uart' driver for recent serial framework changes
parent 52be41ac
......@@ -304,7 +304,7 @@ void nb85e_uart_tx (struct uart_port *port)
port->icount.tx++;
if (uart_circ_chars_pending (xmit) < WAKEUP_CHARS)
uart_event (port, EVT_WRITE_WAKEUP);
uart_write_wakeup (port);
}
no_xmit:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment