Commit 79f6be43 authored by David S. Miller's avatar David S. Miller

[SUNZILOG]: uart_event --> uart_write_wakeup.

parent 1d0e901f
...@@ -714,7 +714,7 @@ static void sunzilog_start_tx(struct uart_port *port, unsigned int tty_start) ...@@ -714,7 +714,7 @@ static void sunzilog_start_tx(struct uart_port *port, unsigned int tty_start)
port->icount.tx++; port->icount.tx++;
if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS)
uart_event(&up->port, EVT_WRITE_WAKEUP); uart_write_wakeup(&up->port);
} }
} }
......
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