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

Commit ebe30234 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: phy: Remove unnecessary warning from phy driver"

parents 0dc288cf 6ccc6d20
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -467,7 +467,6 @@ static void qusb_phy_host_init(struct usb_phy *phy)
	dev_dbg(phy->dev, "QUSB2PHY_PLL_COMMON_STATUS_ONE:%x\n", reg);
	if (!(reg & CORE_READY_STATUS)) {
		dev_err(phy->dev, "QUSB PHY PLL LOCK fails:%x\n", reg);
		WARN_ON(1);
	}
}

+0 −1
Original line number Diff line number Diff line
@@ -606,7 +606,6 @@ static int qusb_phy_init(struct usb_phy *phy)

	if (pll_lock_fail) {
		dev_err(phy->dev, "QUSB PHY PLL LOCK fails:%x\n", reg);
		WARN_ON(1);
	}

	return 0;