From 39d3974ac0d15a4439eac92e56b2b32e924fee84 Mon Sep 17 00:00:00 2001 From: Leonid Lobachev Date: Mon, 23 Sep 2019 14:01:41 -0700 Subject: [PATCH] staging: gasket: page_table: fix debug log in gasket_perform_mapping Change-Id: I841914a6d5362073d0b85732b38f52f93a3a51b3 Signed-off-by: Nick Ewalt Signed-off-by: Todd Poynor --- gasket_page_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gasket_page_table.c b/gasket_page_table.c index 6ae4424..9a239f0 100644 --- a/gasket_page_table.c +++ b/gasket_page_table.c @@ -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),