Re: [PATCH 3/8] net: dsa: ensure dsa driver has proper ops

2022-05-18 Thread Vladimir Oltean
On Wed, May 11, 2022 at 05:19:58PM -0700, Tim Harvey wrote: > Add a function to sanity check a dsa driver having proper ops. > > Suggested-by: Vladimir Oltean > Signed-off-by: Tim Harvey > --- Reviewed-by: Vladimir Oltean

[PATCH 3/8] net: dsa: ensure dsa driver has proper ops

2022-05-11 Thread Tim Harvey
Add a function to sanity check a dsa driver having proper ops. Suggested-by: Vladimir Oltean Signed-off-by: Tim Harvey --- v2: new patch --- net/dsa-uclass.c | 17 + 1 file changed, 17 insertions(+) diff --git a/net/dsa-uclass.c b/net/dsa-uclass.c index 07edc584daf3..b3033c97aa