commit | b1622e0ac1b18632cff1e9af807fcdcb2397071b | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Thu Mar 07 13:12:25 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Mar 18 16:17:20 2013 -0700 |
tree | ef18726b80319e87edd0f1162b8094ff36691879 | |
parent | 6be06e7273c4682a15ca1f4adf1aeae510823530 [diff] |
TTY: jsm, remove superfluous check data_len in jsm_input cannot be zero as we would jump out early in the function. It also cannot be negative because it is an int and we do bitwise and with 8192. So remove the check. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Cc: Lucas Tavares <lucaskt@linux.vnet.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>