commit | d134e486e831defd26130770181f01dfc6195f7d | [log] [tgz] |
---|---|---|
author | Kangjie Lu <kjlu@umn.edu> | Fri Dec 21 00:22:32 2018 -0600 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 21 09:01:47 2018 -0800 |
tree | ea068e4e901b4d391436c58352a3b37ffd1123a8 | |
parent | f0c928d878e7d01b613c9ae5c971a6b1e473a938 [diff] |
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>