Re: [RFC PATCH net-next 01/24] phy: Consistently use addr for address on an MII bus

2016-01-04 Thread Florian Fainelli
On 04/01/16 09:36, Andrew Lunn wrote: > 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 Re

[RFC PATCH net-next 01/24] phy: Consistently use addr for address on an MII bus

2016-01-04 Thread Andrew Lunn
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 --- include/linux/phy.h | 4 ++-- 1 file changed, 2