Skip to content

Commit

Permalink
parisc: Show unhashed EISA EEPROM address
Browse files Browse the repository at this point in the history
Fixes: ad67b74 ("printk: hash addresses printed with %p")
Signed-off-by: Helge Deller <[email protected]>
  • Loading branch information
hdeller committed Jan 2, 2018
1 parent 04903c0 commit 28df2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/parisc/eisa_eeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 28df2f8

Please sign in to comment.