USB: Fix stale usb devices in usb_device_list
New usb devices are added to a list of usb devices, but when removing
the corresponding usb_device it was not removed from that list. Fix it
by deleting it properly from the usb_device_list.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 7d643b4 commit 422cd55ca880786a013244dd61ca7a7b978e7d22
@Sebastian Hesselbarth Sebastian Hesselbarth authored on 26 Jul 2014
Sascha Hauer committed on 28 Jul 2014
Showing 1 changed file
View
drivers/usb/core/usb.c