Files
u-boot/drivers
Patrick van Gelder 945a55050d net: xilinx: axi_emac: Fix endless loop when no PHYs are connected
The index used to iterate over the possible PHYs in axiemac_phy_init was an
unsigned int and decremented. Therefor it was always >= 0 and never exited
the loop.

Signed-off-by: Patrick van Gelder <patrick.vangelder@nl.bosch.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2020-06-24 13:11:08 +02:00
..
2020-05-18 21:19:18 -04:00
2020-06-01 17:55:24 +05:30
2020-05-18 21:19:18 -04:00
2020-06-04 09:44:08 +08:00
2020-05-18 21:19:18 -04:00
2020-06-14 13:36:29 +02:00