On Fri, Nov 04, 2022 at 05:13:01PM +0000, Russell King (Oracle) wrote: > Virtually all conventional network drivers are now converted to use > phylink_generic_validate() - only DSA drivers and fman_memac remain, > so lets remove the necessity for network drivers to explicitly set > this member, and default to phylink_generic_validate() when unset. > This is possible as .validate must currently be set. > > Any remaining instances that have not been addressed by this patch can > be fixed up later. > > Signed-off-by: Russell King (Oracle) <rmk+kernel@xxxxxxxxxxxxxxx> > --- Reviewed-by: Vladimir Oltean <vladimir.oltean@xxxxxxx>