numam-dpdk/drivers/net/bnx2x
Ferruh Yigit 35050da740 net/bnx2x: fix build with icc
When bnx2x debug config enabled, icc (ICC) 17.0.0 20160721
gives the following compilation error:

.../drivers/net/bnx2x/elink.c(6682):
error #3656: variable "fw_ver1" may be used before its value is set
	PMD_DRV_LOG(DEBUG,
	^

According logic in the code, this error is a false positive,
but since this is not in the fast path, fixing compiler error by
assigning initial value to variable.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Rasesh Mody <rasesh.mody@qlogic.com>
2016-10-26 19:38:17 +02:00
..
bnx2x_ethdev.c drivers: rename register macro prefix 2016-10-14 01:49:32 +02:00
bnx2x_ethdev.h bnx2x: add license file 2015-12-13 01:58:10 +01:00
bnx2x_logs.h bnx2x: add license file 2015-12-13 01:58:10 +01:00
bnx2x_rxtx.c net/bnx2x: remove unused Rx queue code 2016-10-13 15:30:59 +02:00
bnx2x_rxtx.h net/bnx2x: remove unused Rx queue code 2016-10-13 15:30:59 +02:00
bnx2x_stats.c bnx2x: add license file 2015-12-13 01:58:10 +01:00
bnx2x_stats.h bnx2x: add license file 2015-12-13 01:58:10 +01:00
bnx2x_vfpf.c net/bnx2x: do not return structs 2016-10-13 15:30:59 +02:00
bnx2x_vfpf.h net/bnx2x: replace macro with static function 2016-10-13 15:30:59 +02:00
bnx2x.c net/bnx2x: restrict Rx mask flags sent to the PF 2016-10-13 15:30:59 +02:00
bnx2x.h net/bnx2x: merge debug register operations into headers 2016-10-13 15:30:59 +02:00
ecore_fw_defs.h bnx2x: add license file 2015-12-13 01:58:10 +01:00
ecore_hsi.h bnx2x: add license file 2015-12-13 01:58:10 +01:00
ecore_init_ops.h bnx2x: add license file 2015-12-13 01:58:10 +01:00
ecore_init.h bnx2x: add license file 2015-12-13 01:58:10 +01:00
ecore_mfw_req.h bnx2x: add license file 2015-12-13 01:58:10 +01:00
ecore_reg.h bnx2x: add license file 2015-12-13 01:58:10 +01:00
ecore_sp.c bnx2x: add license file 2015-12-13 01:58:10 +01:00
ecore_sp.h bnx2x: fix build on FreeBSD 2015-12-13 01:58:10 +01:00
elink.c net/bnx2x: fix build with icc 2016-10-26 19:38:17 +02:00
elink.h net/bnx2x: remove unused preprocessor code 2016-10-13 15:30:59 +02:00
LICENSE.bnx2x_pmd bnx2x: add license file 2015-12-13 01:58:10 +01:00
Makefile net/bnx2x: merge debug register operations into headers 2016-10-13 15:30:59 +02:00
rte_pmd_bnx2x_version.map bnx2x: driver support routines 2015-07-27 04:27:10 +02:00