3f326c460f
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:
|
||
---|---|---|
.. | ||
base | ||
enic_compat.h | ||
enic_ethdev.c | ||
enic_flow.c | ||
enic_fm_flow.c | ||
enic_main.c | ||
enic_res.c | ||
enic_res.h | ||
enic_rxtx_common.h | ||
enic_rxtx_vec_avx2.c | ||
enic_rxtx.c | ||
enic_vf_representor.c | ||
enic.h | ||
meson.build | ||
version.map |