forked from MIrrors/gasket-driver
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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user