Commit 28df2f83 authored by Helge Deller's avatar Helge Deller

parisc: Show unhashed EISA EEPROM address

Fixes: ad67b74d ("printk: hash addresses printed with %p")
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 04903c06
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment