Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}