|
@@ -2341,9 +2341,7 @@ void dwc2_host_complete(struct dwc2_hsotg *hsotg, struct dwc2_qtd *qtd,
|
|
|
kfree(qtd->urb);
|
|
|
qtd->urb = NULL;
|
|
|
|
|
|
- spin_unlock(&hsotg->lock);
|
|
|
usb_hcd_giveback_urb(dwc2_hsotg_to_hcd(hsotg), urb, status);
|
|
|
- spin_lock(&hsotg->lock);
|
|
|
}
|
|
|
|
|
|
/*
|
|
@@ -2964,7 +2962,7 @@ static struct hc_driver dwc2_hc_driver = {
|
|
|
.hcd_priv_size = sizeof(struct wrapper_priv_data),
|
|
|
|
|
|
.irq = _dwc2_hcd_irq,
|
|
|
- .flags = HCD_MEMORY | HCD_USB2,
|
|
|
+ .flags = HCD_MEMORY | HCD_USB2 | HCD_BH,
|
|
|
|
|
|
.start = _dwc2_hcd_start,
|
|
|
.stop = _dwc2_hcd_stop,
|