mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 00:05:11 +07:00
0fe20fafd1
Currently rcode is being initialized to NX_RCODE_SUCCESS and later it
is checked to see if it is not NX_RCODE_SUCCESS which is never true. It
appears that there is an unintentional missing assignment of rcode from
the return of the call to netxen_issue_cmd() that was dropped in
an earlier fix, so add it in.
Detected by CoverityScan, CID#401900 ("Logically dead code")
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
netxen_nic_ctx.c | ||
netxen_nic_ethtool.c | ||
netxen_nic_hdr.h | ||
netxen_nic_hw.c | ||
netxen_nic_hw.h | ||
netxen_nic_init.c | ||
netxen_nic_main.c | ||
netxen_nic.h |