Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109667
b: refs/heads/master
c: 06dd881
h: refs/heads/master
i:
  109665: 9c37977
  109663: 4e1b51c
v: v3
  • Loading branch information
Jason Wessel authored and Linus Torvalds committed Sep 8, 2008
1 parent e7b5370 commit b488802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: af904deaf6da3f3285eb0a06a3dc6a1af0251030
refs/heads/master: 06dd881f59b3c07a430cdcbef2197f9b6dc79ae8
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/console.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ static int usb_console_setup(struct console *co, char *options)
if (serial->type->set_termios) {
termios->c_cflag = cflag;
tty_termios_encode_baud_rate(termios, baud, baud);
serial->type->set_termios(NULL, port, &dummy);
serial->type->set_termios(tty, port, &dummy);

port->port.tty = NULL;
kfree(termios);
Expand Down

0 comments on commit b488802

Please sign in to comment.