|
|
@@ -678,13 +678,13 @@ static int xhci_mtk_probe(struct platform_device *pdev)
|
|
|
goto power_off_phys;
|
|
|
}
|
|
|
|
|
|
- if (HCC_MAX_PSA(xhci->hcc_params) >= 4)
|
|
|
- xhci->shared_hcd->can_do_streams = 1;
|
|
|
-
|
|
|
ret = usb_add_hcd(hcd, irq, IRQF_SHARED);
|
|
|
if (ret)
|
|
|
goto put_usb3_hcd;
|
|
|
|
|
|
+ if (HCC_MAX_PSA(xhci->hcc_params) >= 4)
|
|
|
+ xhci->shared_hcd->can_do_streams = 1;
|
|
|
+
|
|
|
ret = usb_add_hcd(xhci->shared_hcd, irq, IRQF_SHARED);
|
|
|
if (ret)
|
|
|
goto dealloc_usb2_hcd;
|