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

Commit 0ae60d0c authored by Helge Deller's avatar Helge Deller
Browse files

parisc: Show unhashed hardware inventory



Fixes: ad67b74d ("printk: hash addresses printed with %p")
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 30a7acd5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -870,7 +870,7 @@ static void print_parisc_device(struct parisc_device *dev)
	static int count;

	print_pa_hwpath(dev, hw_path);
	printk(KERN_INFO "%d. %s at 0x%p [%s] { %d, 0x%x, 0x%.3x, 0x%.5x }",
	printk(KERN_INFO "%d. %s at 0x%px [%s] { %d, 0x%x, 0x%.3x, 0x%.5x }",
		++count, dev->name, (void*) dev->hpa.start, hw_path, dev->id.hw_type,
		dev->id.hversion_rev, dev->id.hversion, dev->id.sversion);