diff --git a/[refs] b/[refs] index 2fbd708e8bc0..d477e28d86a9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6b9563a714138dc2377c500e588e31f7166c92f0 +refs/heads/master: 4ac5d7050e4e4d63751e78fb152a274d05c08563 diff --git a/trunk/drivers/tty/tty_io.c b/trunk/drivers/tty/tty_io.c index c6f4d711771b..608749978df4 100644 --- a/trunk/drivers/tty/tty_io.c +++ b/trunk/drivers/tty/tty_io.c @@ -1450,6 +1450,7 @@ void tty_free_termios(struct tty_struct *tty) pr_warn("tty: no memory to save termios state.\n"); return; } + tty->driver->termios[idx] = tp; } *tp = tty->termios; }