From b4888021858a4e773737bbc78f44329111f23688 Mon Sep 17 00:00:00 2001 From: Jason Wessel Date: Mon, 8 Sep 2008 14:53:37 +0100 Subject: [PATCH] --- yaml --- r: 109667 b: refs/heads/master c: 06dd881f59b3c07a430cdcbef2197f9b6dc79ae8 h: refs/heads/master i: 109665: 9c3797780cd8641fd59ab2b06e3a80f16379856e 109663: 4e1b51c7778c743f1cf1c5decd43f34f2f013ba8 v: v3 --- [refs] | 2 +- trunk/drivers/usb/serial/console.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 74e41608f3da..7442ea0aa854 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: af904deaf6da3f3285eb0a06a3dc6a1af0251030 +refs/heads/master: 06dd881f59b3c07a430cdcbef2197f9b6dc79ae8 diff --git a/trunk/drivers/usb/serial/console.c b/trunk/drivers/usb/serial/console.c index 7b74238ad1c7..e980766bb84b 100644 --- a/trunk/drivers/usb/serial/console.c +++ b/trunk/drivers/usb/serial/console.c @@ -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);