USB: cyberjack: fix buggy integer overflow test
authorDan Carpenter <dan.carpenter@oracle.com>
Sun, 6 Oct 2013 00:32:53 +0000 (03:32 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Oct 2013 07:07:18 +0000 (00:07 -0700)
"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>

No differences found