From 5287bf726ff8a7353e883b73576710fd53dc88bb Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Sun, 6 Oct 2013 03:32:53 +0300 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed