projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04903c0
)
parisc: Show unhashed EISA EEPROM address
author
Helge Deller
<deller@gmx.de>
Tue, 2 Jan 2018 19:47:01 +0000
(20:47 +0100)
committer
Helge Deller
<deller@gmx.de>
Tue, 2 Jan 2018 20:01:02 +0000
(21:01 +0100)
Fixes:
ad67b74d2469d9b8
("printk: hash addresses printed with %p")
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/parisc/eisa_eeprom.c
patch
|
blob
|
history
diff --git
a/drivers/parisc/eisa_eeprom.c
b/drivers/parisc/eisa_eeprom.c
index
4dd9b13
..
99a80da
100644
(file)
--- a/
drivers/parisc/eisa_eeprom.c
+++ b/
drivers/parisc/eisa_eeprom.c
@@
-106,7
+106,7
@@
static int __init eisa_eeprom_init(void)
return retval;
}
- printk(KERN_INFO "EISA EEPROM at 0x%p\n", eisa_eeprom_addr);
+ printk(KERN_INFO "EISA EEPROM at 0x%p
x
\n", eisa_eeprom_addr);
return 0;
}