Commit c20af938 authored by David S. Miller's avatar David S. Miller

[SUNZILOG]: Fix uart_get_baud_rate args.

parent 7bf640b1
......@@ -924,7 +924,7 @@ sunzilog_set_termios(struct uart_port *port, struct termios *termios,
unsigned long flags;
int baud, brg;
baud = uart_get_baud_rate(port, termios);
baud = uart_get_baud_rate(port, termios, old, 1200, 76800);
spin_lock_irqsave(&up->port.lock, flags);
......
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