Browse Source

parisc: Show unhashed EISA EEPROM address

Fixes: ad67b74d2469d9b8 ("printk: hash addresses printed with %p")
Signed-off-by: Helge Deller <deller@gmx.de>
Helge Deller 7 years ago
parent
commit
28df2f83c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/parisc/eisa_eeprom.c

+ 1 - 1
drivers/parisc/eisa_eeprom.c

@@ -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;
 }