Revision 3b25528e1e355c803e73aa326ce657b5606cda73 authored by Chen-Yu Tsai on 29 August 2019, 03:17:24 UTC, committed by David S. Miller on 30 August 2019, 21:16:26 UTC
The devicetree binding lists the phy phy as optional. As such, the
driver should not bail out if it can't find a regulator. Instead it
should just skip the remaining regulator related code and continue
on normally.

Skip the remainder of phy_power_on() if a regulator supply isn't
available. This also gets rid of the bogus return code.

Fixes: 2e12f536635f ("net: stmmac: dwmac-rk: Use standard devicetree property for phy regulator")
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent b6b4dc4
History
File Mode Size
Kconfig -rw-r--r-- 10.8 KB
Makefile -rw-r--r-- 553 bytes
autosleep.c -rw-r--r-- 2.6 KB
console.c -rw-r--r-- 3.5 KB
energy_model.c -rw-r--r-- 6.6 KB
hibernate.c -rw-r--r-- 28.6 KB
main.c -rw-r--r-- 19.1 KB
power.h -rw-r--r-- 8.6 KB
poweroff.c -rw-r--r-- 986 bytes
process.c -rw-r--r-- 5.6 KB
qos.c -rw-r--r-- 18.7 KB
snapshot.c -rw-r--r-- 71.8 KB
suspend.c -rw-r--r-- 15.5 KB
suspend_test.c -rw-r--r-- 5.7 KB
swap.c -rw-r--r-- 37.5 KB
user.c -rw-r--r-- 10.1 KB
wakelock.c -rw-r--r-- 5.8 KB

back to top