net: netxen: fix a missing check and an uninitialized use
authorKangjie Lu <kjlu@umn.edu>
Fri, 21 Dec 2018 06:22:32 +0000 (00:22 -0600)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Dec 2018 17:01:47 +0000 (09:01 -0800)
commitd134e486e831defd26130770181f01dfc6195f7d
treeea068e4e901b4d391436c58352a3b37ffd1123a8
parentf0c928d878e7d01b613c9ae5c971a6b1e473a938
net: netxen: fix a missing check and an uninitialized use

When netxen_rom_fast_read() fails, "bios" is left uninitialized and may
contain random value, thus should not be used.

The fix ensures that if netxen_rom_fast_read() fails, we return "-EIO".

Signed-off-by: Kangjie Lu <kjlu@umn.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c