diff --git a/drivers/iommu/dma-iommu.c b/drivers/iommu/dma-iommu.c index 95e7349ac3f1..5d96fcc45fec 100644 --- a/drivers/iommu/dma-iommu.c +++ b/drivers/iommu/dma-iommu.c @@ -246,8 +246,8 @@ resv_iova: } 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; }