On Thu, Oct 17, 2024 at 9:51 AM Yuan Can <[email protected]> wrote: > > ifcvf_init_hw() uses pci_read_config_byte() that returns > PCIBIOS_* codes. The error handling, however, assumes the codes are > normal errnos because it checks for < 0. > Convert the error check to plain non-zero check. > > Fixes: 5a2414bc454e ("virtio: Intel IFC VF driver for VDPA") > Signed-off-by: Yuan Can <[email protected]>
Acked-by: Jason Wang <[email protected]> Thanks
