]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
USB: convert away from urb->status in xpad driver
authorOliver Neukum <oliver@neukum.org>
Thu, 3 Apr 2008 19:40:59 +0000 (21:40 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 25 Apr 2008 04:16:47 +0000 (21:16 -0700)
commit6fc88f53aaa4ff8ee621353ac27269b4a656d721
tree3205c80c2c536a581a7327384b234f7c83032602
parent0d22f65515307c878ddd20b1305cce925ca9516c
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>
drivers/input/joystick/xpad.c