Re: [PATCH net-next 5/6] net: dsa: hellcreek: Move common code to helper
On Thu, Mar 11, 2021 at 06:53:43PM +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 Andrew
[PATCH net-next 5/6] net: dsa: hellcreek: Move common code to helper
There are two functions which need to populate fdb entries. Move that to a helper function. Signed-off-by: Kurt Kanzenbach --- drivers/net/dsa/hirschmann/hellcreek.c | 85 +- 1 file changed, 43 insertions(+), 42 deletions(-) diff --git a/drivers/net/dsa/hirschmann/hellcr