commit | 454a78d17845882aa552dc3ab86605910da9a96d | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Thu Jun 18 14:45:32 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 19 20:17:14 2020 -0700 |
tree | 2e446fdcee22b36bfd6b22fbd29dd207f864f253 | |
parent | e034c6d23bc43266af1fa983212218f4aa38f995 [diff] |
net: phy: clean up cortina workaround Move the Cortina PHY workaround out of the "devices in package" loop; it doesn't need to be in there as the control flow will terminate the loop once we enter the workaround irrespective of the workaround's outcome. The workaround is triggered by the ID being mostly 1's, which will in any case terminate the loop. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>