Re: [PATCH net-next v2 3/4] net: dsa: hellcreek: Move common code to helper

2021-03-13 Thread Florian Fainelli
On 3/13/2021 1:39 AM, Kurt Kanzenbach wrote: > There are two functions which need to populate fdb entries. Move that to a > helper function. > > Signed-off-by: Kurt Kanzenbach > Reviewed-by: Andrew Lunn Reviewed-by: Florian Fainelli -- Florian

Re: [PATCH net-next v2 3/4] net: dsa: hellcreek: Move common code to helper

2021-03-13 Thread Vladimir Oltean
On Sat, Mar 13, 2021 at 10:39:38AM +0100, Kurt Kanzenbach wrote: > There are two functions which need to populate fdb entries. Move that to a > helper function. > > Signed-off-by: Kurt Kanzenbach > Reviewed-by: Andrew Lunn > --- > drivers/net/dsa/hirschmann/hellcreek.c | 85 +---