Re: [PATCH] net/sfc: drop futile null check

2022-04-06 Thread Thomas Monjalon
20/03/2022 11:11, Ivan Malov: > The NULL pointer check is clearly unneeded. > > Signed-off-by: Ivan Malov > Reviewed-by: Andrew Rybchenko Applied in next-net, thanks.

[PATCH] net/sfc: drop futile null check

2022-03-20 Thread Ivan Malov
The NULL pointer check is clearly unneeded. Signed-off-by: Ivan Malov Reviewed-by: Andrew Rybchenko --- drivers/net/sfc/sfc_mae.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/drivers/net/sfc/sfc_mae.c b/drivers/net/sfc/sfc_mae.c index b34c9afd5b..f9b0a60528 100644