From: Jiri Slaby Date: Mon, 2 Apr 2012 11:54:27 +0000 (+0200) Subject: TTY: hvsi, CLOCAL is not in tty->flags X-Git-Tag: v3.5-rc1~146^2~30^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f566051fbc3e7754f903b3b4bf67a44e0ae2d1a;p=pandora-kernel.git TTY: hvsi, CLOCAL is not in tty->flags It is in termios cflags. So change the test in hvsi_recv_control to do the right thing. Previously it was actually testing TTY_LDISC_OPEN bit, i.e. whether an ldisc is active. And yes, it is most of the time. Signed-off-by: Jiri Slaby Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed