commit | 6fc88f53aaa4ff8ee621353ac27269b4a656d721 | [log] [tgz] |
---|---|---|
author | Oliver Neukum <oliver@neukum.org> | Thu Apr 03 21:40:59 2008 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Apr 24 21:16:47 2008 -0700 |
tree | 3205c80c2c536a581a7327384b234f7c83032602 | |
parent | 0d22f65515307c878ddd20b1305cce925ca9516c [diff] |
USB: convert away from urb->status in xpad driver USB is moving to transfering status as a parameter. To ease the transition urb->status is to be touched only once in a function. The xpad driver has been overlooked. Dmitry wants this to go through the USB tree. Signed-off-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>