staging: gasket: page_table: fix debug log in gasket_perform_mapping

Change-Id: I841914a6d5362073d0b85732b38f52f93a3a51b3
Signed-off-by: Nick Ewalt <nicholasewalt@google.com>
Signed-off-by: Todd Poynor <toddpoynor@google.com>
This commit is contained in:
Leonid Lobachev
2019-09-23 14:01:41 -07:00
parent b2c7368909
commit 39d3974ac0

View File

@@ -531,7 +531,7 @@ static int gasket_perform_mapping(struct gasket_page_table *pg_tbl,
ptes[i].dma_addr)) {
dev_dbg(pg_tbl->device,
"%s i %d -> fail to map page %llx "
"[pfn %p ohys %p]\n",
"[pfn %p phys %p]\n",
__func__, i,
(unsigned long long)ptes[i].dma_addr,
(void *)page_to_pfn(page),