commit | 9b2cef31f2823558eb92a35624d37439599f3f9f | [log] [tgz] |
---|---|---|
author | Bill Pemberton <wfp5p@virginia.edu> | Thu Aug 05 17:01:06 2010 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Aug 23 20:50:15 2010 -0700 |
tree | a0204b8573ef9695bed6db1373b671d055c5ced9 | |
parent | 175230587bcca6dee0a1d6832a8a2138e32ab6ab [diff] |
USB: ssu100: refine process_packet in ssu100 The status information does not appear at the start of each incoming packet so the check for len < 4 at the start of ssu100_process_packet is wrong. Remove it. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>