swiotlb: Use %pa to print phys_addr_t variables
[linux-2.6-microblaze.git] / kernel / dma / swiotlb.c
index c19379f..6499bda 100644 (file)
@@ -172,9 +172,7 @@ void swiotlb_print_info(void)
                return;
        }
 
-       pr_info("mapped [mem %#010llx-%#010llx] (%luMB)\n",
-              (unsigned long long)io_tlb_start,
-              (unsigned long long)io_tlb_end,
+       pr_info("mapped [mem %pa-%pa] (%luMB)\n", &io_tlb_start, &io_tlb_end,
               bytes >> 20);
 }