提交 28df2f83 编写于 作者: H Helge Deller

parisc: Show unhashed EISA EEPROM address

Fixes: ad67b74d ("printk: hash addresses printed with %p")
Signed-off-by: NHelge Deller <deller@gmx.de>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册