projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3067bbd
)
parisc: dino: fix %d confusingly prefixed with 0x in format string
author
Hans Wennborg
<hans@hanshq.net>
Mon, 4 Aug 2014 00:20:30 +0000
(17:20 -0700)
committer
Helge Deller
<deller@gmx.de>
Wed, 27 Aug 2014 12:35:04 +0000
(14:35 +0200)
Signed-off-by: Hans Wennborg <hans@hanshq.net>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/parisc/dino.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/parisc/dino.c
b/drivers/parisc/dino.c
index 9eae9834bcc7a1ee02ea01c8debb40882f416db9..a0580afe1713a5f58db5e96da635028856200a08 100644
(file)
--- a/
drivers/parisc/dino.c
+++ b/
drivers/parisc/dino.c
@@
-913,7
+913,7
@@
static int __init dino_probe(struct parisc_device *dev)
printk("%s version %s found at 0x%lx\n", name, version, hpa);
if (!request_mem_region(hpa, PAGE_SIZE, name)) {
- printk(KERN_ERR "DINO: Hey! Someone took my MMIO space (0x%l
d
)!\n",
+ printk(KERN_ERR "DINO: Hey! Someone took my MMIO space (0x%l
x
)!\n",
hpa);
return 1;
}