usb/isp1760: Fix possible unlink problems
authorArvid Brodin <arvid.brodin@enea.com>
Thu, 19 May 2011 22:17:45 +0000 (00:17 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 19 May 2011 23:34:04 +0000 (16:34 -0700)
commitd05b6ec01b8186f847ac9e41098e40858926db40
tree12ac448547d00704cd15b293732c17d036ddae10
parent079cdb0947ce6ae7df0c73a1c82c14920a9b6b6d
usb/isp1760: Fix possible unlink problems

Use skip map to avoid spurious interrupts from unlinked transfers.
Also changes to urb_dequeue() and endpoint_disable() to avoid
release of spinlock in uncertain state.

Signed-off-by: Arvid Brodin <arvid.brodin@enea.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/isp1760-hcd.c