Re: [PATCH net-next] of: mdio: preserve phy dev_flags in of_phy_connect()

From: David Miller
Date: Sat Jun 20 2020 - 20:33:37 EST


From: rentao.bupt@xxxxxxxxx
Date: Thu, 18 Jun 2020 15:04:44 -0700

> From: Tao Ren <rentao.bupt@xxxxxxxxx>
>
> 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.bupt@xxxxxxxxx>

Applied.