summaryrefslogtreecommitdiffstats
path: root/arch/parisc
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2016-08-07 12:23:38 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2016-08-07 23:38:49 -0400
commit3baf32898e1c88792fa7cadc88f601833bdae3da (patch)
treef450bcaa4b9f33850b4d0cce9f54d92686ee76fb /arch/parisc
parent47b34458fc937f2cbe1c0ccefbc159b6dc887f93 (diff)
downloadop-kernel-dev-3baf32898e1c88792fa7cadc88f601833bdae3da.zip
op-kernel-dev-3baf32898e1c88792fa7cadc88f601833bdae3da.tar.gz
parisc: use %pD
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/parisc')
-rw-r--r--arch/parisc/kernel/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/cache.c b/arch/parisc/kernel/cache.c
index 6700127..629eb46 100644
--- a/arch/parisc/kernel/cache.c
+++ b/arch/parisc/kernel/cache.c
@@ -345,7 +345,7 @@ void flush_dcache_page(struct page *page)
!= (addr & (SHM_COLOUR - 1))) {
__flush_cache_page(mpnt, addr, page_to_phys(page));
if (old_addr)
- printk(KERN_ERR "INEQUIVALENT ALIASES 0x%lx and 0x%lx in file %s\n", old_addr, addr, mpnt->vm_file ? (char *)mpnt->vm_file->f_path.dentry->d_name.name : "(null)");
+ printk(KERN_ERR "INEQUIVALENT ALIASES 0x%lx and 0x%lx in file %pD\n", old_addr, addr, mpnt->vm_file);
old_addr = addr;
}
}
OpenPOWER on IntegriCloud