From: roel kluin Date: Tue, 21 Oct 2008 04:36:44 +0000 (-0400) Subject: USB: usbtest.c: length, sglen and vary are unsigned, so cannot be negative X-Git-Tag: v2.6.28-rc1~33^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aafdf6a1528b0672a0527be473d9be5a12289d3;p=pandora-kernel.git USB: usbtest.c: length, sglen and vary are unsigned, so cannot be negative length, sglen and vary are unsigned, so cannot be negative see vi drivers/usb/misc/usbtest.c +18 struct usbtest_param { ... unsigned iterations; unsigned length; unsigned vary; unsigned sglen; ... }; Signed-off-by: Roel Kluin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed