On Thu, Jun 18, 2020 at 03:04:44PM -0700, rentao.b...@gmail.com wrote: > From: Tao Ren <rentao.b...@gmail.com> > > Replace assignment "=" with OR "|=" for "phy->dev_flags" so "dev_flags" > configured in phy probe() function can be preserved. > > The idea is similar to commit e7312efbd5de ("net: phy: modify assignment > to OR for dev_flags in phy_attach_direct"). > > Signed-off-by: Tao Ren <rentao.b...@gmail.com>
Reviewed-by: Andrew Lunn <and...@lunn.ch> Andrew