On 3/23/2019 8:23 PM, Vladimir Oltean wrote: > Signed-off-by: Vladimir Oltean <olte...@gmail.com> > --- [snip] > + > +int sja1105_get_sset_count(struct dsa_switch *ds, int port, int sset) > +{ > + int count = ARRAY_SIZE(sja1105_port_stats); > + struct sja1105_private *priv = ds->priv; There is a missing if (sset != ETH_SS_STATS) return here potentially. With that: Reviewed-by: Florian Fainelli <f.faine...@gmail.com> -- Florian
- [RFC PATCH net-next 02/13] net: dsa: Store vlan_filte... Vladimir Oltean
- Re: [RFC PATCH net-next 02/13] net: dsa: Store v... Andrew Lunn
- Re: [RFC PATCH net-next 02/13] net: dsa: Store v... Florian Fainelli
- [RFC PATCH net-next 05/13] net: dsa: Optional VLAN-ba... Vladimir Oltean
- Re: [RFC PATCH net-next 05/13] net: dsa: Optiona... Florian Fainelli
- [RFC PATCH net-next 01/13] lib: Add support for gener... Vladimir Oltean
- Re: [RFC PATCH net-next 01/13] lib: Add support ... Richard Cochran
- Re: [RFC PATCH net-next 01/13] lib: Add supp... Vladimir Oltean
- Re: [RFC PATCH net-next 01/13] lib: Add ... Richard Cochran
- [RFC PATCH net-next 09/13] net: dsa: sja1105: Add sup... Vladimir Oltean
- Re: [RFC PATCH net-next 09/13] net: dsa: sja1105... Florian Fainelli
- Re: [RFC PATCH net-next 00/13] NXP SJA1105 DSA driver Florian Fainelli
- Re: [RFC PATCH net-next 06/13] net: dsa: Introduce dr... Florian Fainelli
- Re: [RFC PATCH net-next 06/13] net: dsa: Introdu... Vladimir Oltean
- Re: [RFC PATCH net-next 00/13] NXP SJA1105 DSA driver Vinicius Costa Gomes
- Re: [RFC PATCH net-next 00/13] NXP SJA1105 DSA d... Vladimir Oltean