On Wed, Jun 03, 2020 at 04:49:45PM +0200, Ahmed S. Darwish wrote: > Commit bf7afb29d545 ("phy: improve safety of fixed-phy MII register > reading") protected the fixed PHY status with a sequence counter. > > Two years later, commit d2b977939b18 ("net: phy: fixed-phy: remove > fixed_phy_update_state()") removed the sequence counter's write side > critical section -- neutralizing its read side retry loop. > > Remove the unused seqcount. > > Signed-off-by: Ahmed S. Darwish <a.darw...@linutronix.de> > Reviewed-by: Sebastian Andrzej Siewior <bige...@linutronix.de>
Reviewed-by: Andrew Lunn <and...@lunn.ch> Andrew