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

Commit 318ca2ec authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: core: Allow secondary event ring clean upon disconnect" into msm-4.9

parents 1c21f580 ef73f042
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -698,9 +698,6 @@ EXPORT_SYMBOL(usb_sec_event_ring_setup);
int usb_sec_event_ring_cleanup(struct usb_device *dev,
	unsigned int 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);