452c1916b0
When checking if the DMA device is active, the result of the operand will
always be zero since the err_code is truncated to 8 bits which makes
checking the 31st bit impossible.
This is fixed by changing the type of err_code to uint32_t so that it is
not truncated.
Coverity issue: 373657
Fixes:
|
||
---|---|---|
.. | ||
dpdk_idxd_cfg.py | ||
idxd_bus.c | ||
idxd_common.c | ||
idxd_hw_defs.h | ||
idxd_internal.h | ||
idxd_pci.c | ||
meson.build | ||
version.map |