Skip to content

Commit

Permalink
Blackfin SPORT UART: fix typo in sport_set_termios prototype
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <[email protected]>
Signed-off-by: Bryan Wu <[email protected]>
Signed-off-by: Alan Cox <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
vapier authored and torvalds committed Jun 11, 2009
1 parent 08e0992 commit b5c6794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/serial/bfin_sport_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ static void sport_shutdown(struct uart_port *port)
}

static void sport_set_termios(struct uart_port *port,
struct termios *termios, struct termios *old)
struct ktermios *termios, struct ktermios *old)
{
pr_debug("%s enter, c_cflag:%08x\n", __func__, termios->c_cflag);
uart_update_timeout(port, CS8 ,port->uartclk);
Expand Down

0 comments on commit b5c6794

Please sign in to comment.