[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] virtio-iommu: Remove useless !sdev check in virtio_iommu_pro
From: |
Peter Maydell |
Subject: |
Re: [PATCH] virtio-iommu: Remove useless !sdev check in virtio_iommu_probe() |
Date: |
Thu, 9 Nov 2023 17:11:00 +0000 |
On Thu, 9 Nov 2023 at 17:07, Eric Auger <eric.auger@redhat.com> wrote:
>
> The code already checks iommu_mr is not NULL so there is no
> need to check container_of() is not NULL. Remove the check.
>
> Fixes: CID 1523901
> Fixes: 09b4c3d6a2 ("virtio-iommu: Record whether a probe request has
> been issued")
> Signed-off-by: Eric Auger <eric.auger@redhat.com>
> Reported-by: Coverity (CID 1523901)
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM