On Thu, Oct 17, 2024 at 9:51 AM Yuan Can <yuan...@huawei.com> 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 <yuan...@huawei.com>

Acked-by: Jason Wang <jasow...@redhat.com>

Thanks


Reply via email to