Re: [U-Boot] [PATCH v5 1/3] net: mdio-uclass: rename arguments of dm_mdio_phy_connect for clarity

2019-11-29 Thread Joe Hershberger
On Mon, Nov 25, 2019 at 9:17 AM Alex Marginean wrote: > > Renamed dm_mdio_phy_connect arguments dev to mdiodev and addr to phyaddr > for a bit more clarity and consistency with the following patches. > Also use NULL instead of 0 on error return path. > > Signed-off-by: Alex Marginean Acked-by: J

[U-Boot] [PATCH v5 1/3] net: mdio-uclass: rename arguments of dm_mdio_phy_connect for clarity

2019-11-25 Thread Alex Marginean
Renamed dm_mdio_phy_connect arguments dev to mdiodev and addr to phyaddr for a bit more clarity and consistency with the following patches. Also use NULL instead of 0 on error return path. Signed-off-by: Alex Marginean --- include/miiphy.h | 6 +++--- net/mdio-uclass.c | 10 +- 2 files