commit | f54fa84dda211f68f65002efa44142207c886c79 | [log] [tgz] |
---|---|---|
author | Orjan Friberg <orjan.friberg@axis.com> | Tue Aug 08 23:31:40 2006 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Aug 11 14:06:06 2006 -0700 |
tree | 117113e866346afa5737a78ba3ba2085b059aab1 | |
parent | 2011e9249a252e0655807fbe6841f6cfe6b6c197 [diff] |
USB: usbtest.c: unsigned retval makes ctrl_out return 0 in case of error In my quest to try and figure out why test 14 (control write) doesn't work with my EZ-USB board, I noticed that sometimes testusb reported no error even though the kernel log complained "byte 0 is 0 not 2" etc. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>