parisc: Show unhashed EISA EEPROM address
Fixes: ad67b74d24
("printk: hash addresses printed with %p")
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
04903c06b4
commit
28df2f83c3
|
@ -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%px\n", eisa_eeprom_addr);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue