Re: [PATCH net-next 2/2] net: mii_timestamper: fix static allocation by PHY driver

From: Richard Cochran
Date: Fri Jan 31 2020 - 00:18:10 EST


On Thu, Jan 30, 2020 at 06:44:51PM +0100, Michael Walle wrote:
> If phydev->mii_ts is set by the PHY driver, it will always be
> overwritten in of_mdiobus_register_phy(). Fix it. Also make sure, that
> the unregister() doesn't do anything if the mii_timestamper was provided by
> the PHY driver.
>
> Fixes: 1dca22b18421 ("net: mdio: of: Register discovered MII time stampers.")
> Signed-off-by: Michael Walle <michael@xxxxxxxx>

Thanks for the fix.

Acked-by: Richard Cochran <richardcochran@xxxxxxxxx>