Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2685dd10 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: core: Allow secondary event ring clean upon disconnect"

parents 358f9b33 5994569c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -682,9 +682,6 @@ EXPORT_SYMBOL(usb_sec_event_ring_setup);
int usb_sec_event_ring_cleanup(struct usb_device *dev,
	unsigned intr_num)
{
	if (dev->state == USB_STATE_NOTATTACHED)
		return 0;

	return usb_hcd_sec_event_ring_cleanup(dev, intr_num);
}
EXPORT_SYMBOL(usb_sec_event_ring_cleanup);