projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47b3445
)
parisc: use %pD
author
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 7 Aug 2016 16:23:38 +0000
(12:23 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 8 Aug 2016 03:38:49 +0000
(23:38 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/parisc/kernel/cache.c
patch
|
blob
|
history
diff --git
a/arch/parisc/kernel/cache.c
b/arch/parisc/kernel/cache.c
index
6700127
..
629eb46
100644
(file)
--- 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;
}
}