mirror of https://github.com/torvalds/linux.git
Currently variable data0 is not being initialized so a garbage value is
being passed to vxge_hw_vpath_fw_api and this value is being written to
the rts_access_steer_data0 register. There are other occurrances where
data0 is being initialized to zero (e.g. in function
vxge_hw_upgrade_read_version) so I think it makes sense to ensure data0
is initialized likewise to 0.
Detected by CoverityScan, CID#140696 ("Uninitialized scalar variable")
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| vxge-config.c | ||
| vxge-config.h | ||
| vxge-ethtool.c | ||
| vxge-ethtool.h | ||
| vxge-main.c | ||
| vxge-main.h | ||
| vxge-reg.h | ||
| vxge-traffic.c | ||
| vxge-traffic.h | ||
| vxge-version.h | ||