Loading drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c +1 −0 Original line number Diff line number Diff line Loading @@ -862,6 +862,7 @@ static int ethqos_configure(struct qcom_ethqos *ethqos) dll_lock = rgmii_readl(ethqos, SDC4_STATUS); if (dll_lock & SDC4_STATUS_DLL_LOCK) break; retry--; } while (retry > 0); if (!retry) dev_err(ðqos->pdev->dev, Loading Loading
drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c +1 −0 Original line number Diff line number Diff line Loading @@ -862,6 +862,7 @@ static int ethqos_configure(struct qcom_ethqos *ethqos) dll_lock = rgmii_readl(ethqos, SDC4_STATUS); if (dll_lock & SDC4_STATUS_DLL_LOCK) break; retry--; } while (retry > 0); if (!retry) dev_err(ðqos->pdev->dev, Loading