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

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

Merge "net: stmmac: fix a possible endless loop"

parents 2237d580 f797fcd5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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(&ethqos->pdev->dev,