diff --git a/drivers/iommu/dma-iommu.c b/drivers/iommu/dma-iommu.c index 5f75ab0dfc736..53e5f41278853 100644 --- a/drivers/iommu/dma-iommu.c +++ b/drivers/iommu/dma-iommu.c @@ -255,8 +255,8 @@ static int iova_reserve_pci_windows(struct pci_dev *dev, } else if (end < start) { /* dma_ranges list should be sorted */ dev_err(&dev->dev, - "Failed to reserve IOVA [%#010llx-%#010llx]\n", - start, end); + "Failed to reserve IOVA [%pa-%pa]\n", + &start, &end); return -EINVAL; }