git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1460e5e
)
USB: usbtest.c: length, sglen and vary are unsigned, so cannot be negative
author
roel kluin
<roel.kluin@gmail.com>
Tue, 21 Oct 2008 04:36:44 +0000
(
00:36
-0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 22 Oct 2008 17:05:28 +0000
(10:05 -0700)
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 <roel.kluin@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found