commit | ccaa953e9fc7ebb90fba4e4815966683bef4866f | [log] [tgz] |
---|---|---|
author | Andrew Lunn <andrew@lunn.ch> | Wed Jan 06 20:11:06 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 07 14:31:24 2016 -0500 |
tree | bb245fd52f0b2e8ee40699feea7a5fd5f59940bc | |
parent | 9e0efaf6b41bf22c2eb81258fc2a6f1538a643e5 [diff] |
phy: Consistently use addr for address on an MII bus Within phy.h, an address on an MII bus has been called both addr and phy_id. phy_id is particularly confusion, since it also means the ID found in register 3, if the device on the bus is a phy. Consistently use addr. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>