Re: [PATCH net-next 5/8] net: phy: mscc: do not access the MDIO bus lock directly

From: Andrew Lunn
Date: Thu Jun 25 2020 - 12:47:31 EST


On Thu, Jun 25, 2020 at 05:42:08PM +0200, Antoine Tenart wrote:
> This patch improves the MSCC driver by using the provided
> phy_lock_mdio_bus and phy_unlock_mdio_bus helpers instead of locking and
> unlocking the MDIO bus lock directly. The patch is only cosmetic but
> should improve maintenance and consistency.
>
> Signed-off-by: Antoine Tenart <antoine.tenart@xxxxxxxxxxx>

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew