commit | 5287bf726ff8a7353e883b73576710fd53dc88bb | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Sun Oct 06 03:32:53 2013 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Oct 07 00:07:18 2013 -0700 |
tree | 2eb133d1896892d95439812c74f8d0181d7c6def | |
parent | 5a3e2055c56c7c32b51d47bde78c7f7508ffea98 [diff] |
USB: cyberjack: fix buggy integer overflow test "old_rdtodo" and "size" are short type. They are type promoted to int and the condition is never true. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>