| commit | e64a5219296fff11a0da0322b43012265cd3b327 | [log] [tgz] |
|---|---|---|
| author | roel kluin <roel.kluin@gmail.com> | Tue Oct 21 00:47:23 2008 -0400 |
| committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jan 07 09:59:49 2009 -0800 |
| tree | 42fa67f74f4d13795fd6c2ee3ceeb1b816b2df9e | |
| parent | 3b438e30c686b1e904c759d3354d335050ab33f9 [diff] |
USB: clean up redundant tests on unsigned
temp, bytes and param->{length,sglen,vary} are unsigned so
these tests do nothing.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>