Re: [PATCH] net/sfc: drop futile null check
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
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