[PATCH 4.9 032/206] USB: dummy-hcd: fix bug in stop_activity (handle ep0)

2017-01-10 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit bcdbeb84477d2d1c08004f3b3e25921040e5 upstream. The stop_activity() routine in dummy-hcd is supposed to unlink all active requests for every

[PATCH 4.9 032/206] USB: dummy-hcd: fix bug in stop_activity (handle ep0)

2017-01-10 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit bcdbeb84477d2d1c08004f3b3e25921040e5 upstream. The stop_activity() routine in dummy-hcd is supposed to unlink all active requests for every endpoint, among other things.