diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-07-08 17:42:48 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-07-11 21:41:36 +0200 |
commit | f3ea3119ad75dde0ba3e8da4653dbd5a189688e5 (patch) | |
tree | 75eb383a9cf22924d17d5067f1074d1b84d8e2d0 /net | |
parent | Merge tag 'batadv-net-for-davem-20160708' of git://git.open-mesh.org/linux-merge (diff) | |
download | linux-f3ea3119ad75dde0ba3e8da4653dbd5a189688e5.tar.xz linux-f3ea3119ad75dde0ba3e8da4653dbd5a189688e5.zip |
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>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions