commit | 09e7fae97702f9fcc875b56f3b687e88408b32e5 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <florian@openwrt.org> | Wed Mar 06 00:41:32 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 06 15:40:53 2013 -0500 |
tree | 2caec264a00dae91f686d86b7637b6234837d4d1 | |
parent | 7a6742003f3c8650c4d3f9edcae1cf8a5cdda276 [diff] |
r6040: check MDIO register busy waiting result We are currently busy waiting for MDIO registers to complete their operation but we did not propagate the result back to the caller. Update r6040_phy_{read,write} to report the busy waiting result accordingly. Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: David S. Miller <davem@davemloft.net>