]> git.hungrycats.org Git - linux/commitdiff
[SUNZILOG]: Fix uart_get_baud_rate args.
authorDavid S. Miller <davem@nuts.ninka.net>
Thu, 9 Jan 2003 15:44:56 +0000 (07:44 -0800)
committerDavid S. Miller <davem@nuts.ninka.net>
Thu, 9 Jan 2003 15:44:56 +0000 (07:44 -0800)
drivers/serial/sunzilog.c

index 287d9b5cb642a7cf1146da226473a37853cdb0b4..12e48d961d5d36b9a4da222b2d12ccad91c9383a 100644 (file)
@@ -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);