Skip to content

Commit 28df2f8

Browse files
committed
parisc: Show unhashed EISA EEPROM address
Fixes: ad67b74 ("printk: hash addresses printed with %p") Signed-off-by: Helge Deller <deller@gmx.de>
1 parent 04903c0 commit 28df2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/parisc/eisa_eeprom.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ static int __init eisa_eeprom_init(void)
106106
return retval;
107107
}
108108

109-
printk(KERN_INFO "EISA EEPROM at 0x%p\n", eisa_eeprom_addr);
109+
printk(KERN_INFO "EISA EEPROM at 0x%px\n", eisa_eeprom_addr);
110110
return 0;
111111
}
112112

0 commit comments

Comments
 (0)