On 05/19/2017 02:00 PM, Vivien Didelot wrote: > Change the scope of the switchdev bridge ageing time attribute setter > from the DSA slave device to the generic DSA port, so that the future > port-wide API can also be used for other port types, such as CPU and DSA > links. > > Also ds->ports is now a contiguous array of dsa_port structures, thus > their addresses cannot be NULL. Remove the useless check in > dsa_fastest_ageing_time.
And you are also passing just the ageing time value, and not longer the full attribute, which is a nice simplification. > > Signed-off-by: Vivien Didelot <vivien.dide...@savoirfairelinux.com> Reviewed-by: Florian Fainelli <f.faine...@gmail.com> -- Florian