usb/isp1760: Fix crash when unplugging bug
authorArvid Brodin <arvid.brodin@enea.com>
Mon, 7 Mar 2011 14:36:21 +0000 (15:36 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 7 Mar 2011 20:14:07 +0000 (12:14 -0800)
commitd3cf2a8d4ddd121dbf4ad48c995648af04e0cfbf
tree2398d52e4bfaa3035e114a39618a1d3cd841daac
parent9b37596a2e860404503a3f2a6513db60c296bfdc
usb/isp1760: Fix crash when unplugging bug

This fixes a problem with my previous patch series where there's a great
risk that the kernel will crash when unplugging interrupt devices from
the USB port. These lines must have got missing when I rebased the
patches from the older kernel I was working with to 2.6.37 and 2.6-next:

This fixes a bug where the kernel may crash if you unplug a USB device
that has active interrupt transfers.

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