Re: [PATCH -next] iommu/vt-d: Use PCI_DEVID() macro

From: Jason Gunthorpe
Date: Thu Sep 05 2024 - 09:41:04 EST


On Thu, Aug 29, 2024 at 10:10:11AM +0800, Jinjie Ruan wrote:
> The macro PCI_DEVID() can be used instead of compose it manually.
>
> Signed-off-by: Jinjie Ruan <ruanjinjie@xxxxxxxxxx>
> ---
> drivers/iommu/intel/iommu.c | 4 ++--
> drivers/iommu/intel/irq_remapping.c | 4 ++--
> drivers/iommu/intel/pasid.c | 2 +-
> 3 files changed, 5 insertions(+), 5 deletions(-)

Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>

Jason