Re: [PATCH net-next v2 2/3] net: phy: broadcom: Remove unused flags

From: Vladimir Oltean
Date: Sat Feb 13 2021 - 05:35:27 EST


On Fri, Feb 12, 2021 at 07:46:31PM -0800, Florian Fainelli wrote:
> We have a number of unused flags defined today and since we are scarce
> on space and may need to introduce new flags in the future remove and
> shift every existing flag down into a contiguous assignment.
> PHY_BCM_FLAGS_MODE_1000BX was only used internally for the BCM54616S
> PHY, so we allocate a driver private structure instead to store that
> flag instead of canibalizing one from phydev->dev_flags for that
> purpose.
>
> Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
> ---

So you want to remove the IBND dev_flags separately, okay.

Reviewed-by: Vladimir Oltean <olteanv@xxxxxxxxx>