[PATCH] net/ibmvnic: Remove tests of member address
David Miller
davem at davemloft.net
Sat Dec 15 08:36:57 AEDT 2018
From: Wen Yang <wen.yang99 at zte.com.cn>
Date: Tue, 11 Dec 2018 12:20:46 +0800
> The driver was checking for non-NULL address.
> - adapter->napi[i]
>
> This is pointless as these will be always non-NULL, since the
> 'dapter->napi' is allocated in init_napi().
> It is safe to get rid of useless checks for addresses to fix the
> coccinelle warning:
>>>drivers/net/ethernet/ibm/ibmvnic.c: test of a variable/field address
> Since such statements always return true, they are redundant.
>
> Signed-off-by: Wen Yang <wen.yang99 at zte.com.cn>
Applied.
More information about the Linuxppc-dev
mailing list