Re: [PATCH] net/enic: fix dereference before null check

2022-02-15 Thread Ferruh Yigit
On 2/14/2022 8:46 PM, John Daley wrote: This patch fixes an issue found by coverity. It checks for a possible null value of "error" before dereferencing it. CID: 375064: Dereference after null check Either the check against null is unnecessary, or there may be a null pointer dereference. Coveri

[PATCH] net/enic: fix dereference before null check

2022-02-14 Thread John Daley
This patch fixes an issue found by coverity. It checks for a possible null value of "error" before dereferencing it. CID: 375064: Dereference after null check Either the check against null is unnecessary, or there may be a null pointer dereference. Coverity issue: 375064 Fixes: ee806eea59fe ("net