Loading drivers/usb/phy/phy-msm-qusb-v2.c +0 −1 Original line number Diff line number Diff line Loading @@ -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); } } Loading drivers/usb/phy/phy-msm-qusb.c +0 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
drivers/usb/phy/phy-msm-qusb-v2.c +0 −1 Original line number Diff line number Diff line Loading @@ -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); } } Loading
drivers/usb/phy/phy-msm-qusb.c +0 −1 Original line number Diff line number Diff line Loading @@ -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; Loading