Re: [PATCH net 2/2] net: stmmac: skip only stmmac_ptp_register when resume from suspend
From: Andrew Lunn
Date: Mon Jan 24 2022 - 22:14:38 EST
> > > @@ -3308,13 +3309,11 @@ static int stmmac_hw_setup(struct net_device
> > *dev, bool init_ptp)
...
> > The init_ptp parameter now seems unused? If so, please remove it.
>
> I believe you miss below diff. It is renamed to ptp_register.
Ah, yes, sorry. I was looking at the context information diff gives
you, which still has the old name.
Andrew