swiotlb: Use %pa to print phys_addr_t variables
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 2 Sep 2020 17:31:03 +0000 (10:31 -0700)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 10 Sep 2020 13:41:25 +0000 (09:41 -0400)
commit4db7b6aacc573b89227a1b5960af9d2a17f17762
tree5b54213962ca65f23f16bd41766904636c0cdc74
parent9123e3a74ec7b934a4a099e98af6a61c2f80bbf5
swiotlb: Use %pa to print phys_addr_t variables

There is an extension to a %p to print phys_addr_t type of variables.
Use it here.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
kernel/dma/swiotlb.c