From: Alan Cox Date: Tue, 1 Jun 2010 20:52:52 +0000 (+0200) Subject: tty: serial - fix tty back references in termios X-Git-Tag: v2.6.36-rc1~294^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eab4f5af6b07009d1fc48bac5f3215c0cbfb2fc3;p=pandora-kernel.git tty: serial - fix tty back references in termios One or two drivers go poking back into the tty from the termios setting routine in unsafe ways. We don't need to pass the tty down because the [ab]users are just using it to get at things they can get at anyway. This leaves low_latency setting to sort out along with set_ldisc use. Signed-off-by: Alan Cox Cc: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed