Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325624
b: refs/heads/master
c: 2d8a100
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Greg Kroah-Hartman committed Aug 10, 2012
1 parent af4a4de commit f63af0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c87985a3ce723995fc7b25e598238d67154108a1
refs/heads/master: 2d8a1001ee0e961a00ab460ff54ea9a321a56d2e
4 changes: 2 additions & 2 deletions trunk/drivers/usb/serial/console.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ static int usb_console_setup(struct console *co, char *options)
}

if (serial->type->set_termios) {
tty->termios->c_cflag = cflag;
tty_termios_encode_baud_rate(tty->termios, baud, baud);
tty->termios.c_cflag = cflag;
tty_termios_encode_baud_rate(&tty->termios, baud, baud);
memset(&dummy, 0, sizeof(struct ktermios));
serial->type->set_termios(tty, port, &dummy);

Expand Down

0 comments on commit f63af0d

Please sign in to comment.