mirror of
https://github.com/torvalds/linux.git
synced 2024-10-31 17:21:49 +00:00
b1622e0ac1
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> |
||
---|---|---|
.. | ||
jsm_driver.c | ||
jsm_neo.c | ||
jsm_tty.c | ||
jsm.h | ||
Makefile |