commit | c290d1ab12d3385da1d7be909e6b09caea3325bb | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Sat Apr 18 20:17:13 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 20 11:55:13 2020 -0700 |
tree | 9ed44bd885a1062854871e0fb4c5c5ff7c97da2b | |
parent | ad3df63723a3fab65daaaf2daaa1a196659bb8e3 [diff] |
net: phy: Propagate error from bus->reset If a bus->reset() call for the mii_bus structure returns an error (e.g.: -EPROE_DEFER) we should propagate it accordingly. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>