Re: [PATCH net, v3] of_mdio: avoid MDIO bus removal when a PHY is missing

From: Andrew Lunn
Date: Tue Jan 09 2018 - 08:59:06 EST


On Tue, Jan 09, 2018 at 02:43:34PM +0200, Madalin Bucur wrote:
> If one of the child devices is missing the of_mdiobus_register_phy()
> call will return -ENODEV. When a missing device is encountered the
> registration of the remaining PHYs is stopped and the MDIO bus will
> fail to register. Propagate all errors except ENODEV to avoid it.
>
> Signed-off-by: Madalin Bucur <madalin.bucur@xxxxxxx>

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew