From: Greg Kroah-Hartman Date: Thu, 26 Mar 2015 22:10:27 +0000 (+0100) Subject: tty: clean up the tty time logic a bit X-Git-Tag: omap-for-v4.1/fixes-rc1~74^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbf47635315ab308c9b58a1ea0906e711a9228de;p=pandora-kernel.git tty: clean up the tty time logic a bit We only care if anything other than the lower 3 bits of the tty has changed, so just check that way, which makes it a bit faster, and more obvious what is going on. Also, document this for future developers to understand why we did this. Reported-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman gregkh@linuxfoundation.org --- Reading git-diff-tree failed