From: Jiri Slaby Date: Thu, 7 Mar 2013 12:12:34 +0000 (+0100) Subject: TTY: cleanup tty->hw_stopped uses X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~136^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee7970690568b0c875467f475d9c957ec0d9e099;p=pandora-kernel.git TTY: cleanup tty->hw_stopped uses tty->hw_stopped is set only by drivers to remember HW state. If it is never set to 1 in a particular driver, there is no need to check it in the driver at all. Remove such checks. Signed-off-by: Jiri Slaby Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed