USB: usb_control_msg wait for driver ISR to set status.
authorRemy Bohmer <linux@bohmer.net>
Mon, 1 Feb 2010 18:40:47 +0000 (19:40 +0100)
committerRemy Bohmer <linux@bohmer.net>
Wed, 3 Feb 2010 21:06:59 +0000 (22:06 +0100)
commit84d36b30181acfb72f22d1105c15574b30ea2fa1
tree79624fb36508753b02ae4b77f7d828921b8dca9d
parent6e20e64f5c6deb5b48e40a0cba4877f9170545e0
USB: usb_control_msg wait for driver ISR to set status.

This patch changes usb_control_msg back to the state prior to commit
48867208444cb2a82e2af9c3249e90b7ed4a1751.

The USB driver ISR routine may update the status.

Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
common/usb.c