From: Peter Hurley Date: Wed, 24 Jul 2013 12:29:50 +0000 (-0400) Subject: n_tty: Eliminate char tests from IXANY restart test X-Git-Tag: v3.12-rc1~182^2~159 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=855df3c08968beac9d9a86536c43c0474684ac37;p=pandora-kernel.git n_tty: Eliminate char tests from IXANY restart test Relocate the IXANY restart tty test to code paths where the the received char is not START_CHAR, STOP_CHAR, INTR_CHAR, QUIT_CHAR or SUSP_CHAR. Fixes the condition when ISIG if off and one of INTR_CHAR, QUIT_CHAR or SUSP_CHAR does not restart i/o. Signed-off-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed