]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
USB: reorganize urb->status use in dummy-hcd
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 24 Aug 2007 19:40:10 +0000 (15:40 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 12 Oct 2007 21:55:21 +0000 (14:55 -0700)
commit4d2f110c51eec853c50f68cf068888a77551c8d3
tree0994331b5cde04b379a8e7212596ec7fc4448639
parente7beb667842ad0f6ec95a22e7c88e71dfbd60649
USB: reorganize urb->status use in dummy-hcd

This patch (as973) reorganizes the way dummy-hcd sets urb->status.  It
now keeps the information in a local variable until the last moment.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/dummy_hcd.c