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

Commit 134675ad authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "USB: UICC: set bus->skip_resume to true for UICC drivers"

parents bd313abb b8332312
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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) {