Loading drivers/usb/core/hcd.c +1 −1 Original line number Diff line number Diff line Loading @@ -2524,7 +2524,7 @@ static void hcd_release(struct kref *kref) struct usb_hcd *hcd = container_of (kref, struct usb_hcd, kref); mutex_lock(&usb_port_peer_mutex); if (usb_hcd_is_primary_hcd(hcd)) if (hcd->primary_hcd == hcd) kfree(hcd->bandwidth_mutex); if (hcd->shared_hcd) { struct usb_hcd *peer = hcd->shared_hcd; Loading Loading
drivers/usb/core/hcd.c +1 −1 Original line number Diff line number Diff line Loading @@ -2524,7 +2524,7 @@ static void hcd_release(struct kref *kref) struct usb_hcd *hcd = container_of (kref, struct usb_hcd, kref); mutex_lock(&usb_port_peer_mutex); if (usb_hcd_is_primary_hcd(hcd)) if (hcd->primary_hcd == hcd) kfree(hcd->bandwidth_mutex); if (hcd->shared_hcd) { struct usb_hcd *peer = hcd->shared_hcd; Loading