mirror_ubuntu-kernels/drivers/net/ethernet/broadcom/bnxt
Colin Ian King f3ea3119ad bnxt_en: initialize rc to zero to avoid returning garbage
rc is not initialized so it can contain garbage if it is not
set by the call to bnxt_read_sfp_module_eeprom_info. Ensure
garbage is not returned by initializing rc to 0.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-07-11 12:41:36 -07:00
..
bnxt_ethtool.c bnxt_en: initialize rc to zero to avoid returning garbage 2016-07-11 12:41:36 -07:00
bnxt_ethtool.h bnxt_en: Add EEE setup code. 2016-04-05 16:20:46 -04:00
bnxt_fw_hdr.h bnxt_en: Update to Firmware 1.2.2 spec. 2016-04-05 16:20:45 -04:00
bnxt_hsi.h bnxt_en: Add Support for ETHTOOL_GMODULEINFO and ETHTOOL_GMODULEEEPRO 2016-05-15 13:35:47 -04:00
bnxt_nvm_defs.h bnxt_en: Update to Firmware 1.2.2 spec. 2016-04-05 16:20:45 -04:00
bnxt_sriov.c bnxt_en: Call firmware to approve VF MAC address change. 2016-04-11 14:58:45 -04:00
bnxt_sriov.h bnxt_en: Call firmware to approve VF MAC address change. 2016-04-11 14:58:45 -04:00
bnxt.c bnxt_en: Simplify VLAN receive logic. 2016-06-07 16:02:03 -07:00
bnxt.h bnxt_en: Simplify and improve unsupported SFP+ module reporting. 2016-05-15 13:35:48 -04:00
Makefile