diff --git a/drivers/iommu/dma-iommu.c b/drivers/iommu/dma-iommu.c
index 840dd2b66ce74..d1539b7399a96 100644
--- a/drivers/iommu/dma-iommu.c
+++ b/drivers/iommu/dma-iommu.c
@@ -219,8 +219,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;
 		}