Loading drivers/usb/host/ehci-msm-uicc.c +2 −0 Original line number Diff line number Diff line Loading @@ -372,6 +372,8 @@ static int ehci_msm_uicc_probe(struct platform_device *pdev) goto disable_clk_bus; } hcd_to_bus(hcd)->skip_resume = true; /* * We manage the clocks and gpio as part of * the root hub PM. The platform driver runtime Loading drivers/usb/host/ice40-hcd.c +1 −0 Original line number Diff line number Diff line Loading @@ -2452,6 +2452,7 @@ static int ice40_spi_probe(struct spi_device *spi) } *((struct ice40_hcd **) ihcd->hcd->hcd_priv) = ihcd; hcd_to_bus(ihcd->hcd)->skip_resume = true; ret = usb_add_hcd(ihcd->hcd, 0, 0); if (ret < 0) { Loading Loading
drivers/usb/host/ehci-msm-uicc.c +2 −0 Original line number Diff line number Diff line Loading @@ -372,6 +372,8 @@ static int ehci_msm_uicc_probe(struct platform_device *pdev) goto disable_clk_bus; } hcd_to_bus(hcd)->skip_resume = true; /* * We manage the clocks and gpio as part of * the root hub PM. The platform driver runtime Loading
drivers/usb/host/ice40-hcd.c +1 −0 Original line number Diff line number Diff line Loading @@ -2452,6 +2452,7 @@ static int ice40_spi_probe(struct spi_device *spi) } *((struct ice40_hcd **) ihcd->hcd->hcd_priv) = ihcd; hcd_to_bus(ihcd->hcd)->skip_resume = true; ret = usb_add_hcd(ihcd->hcd, 0, 0); if (ret < 0) { Loading