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

Commit b01e3b07 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

m68k: zorro - Use %pR to print resources

parent fae3306a
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -165,10 +165,8 @@ static int __init zorro_init(void)
	zorro_name_device(z);
	z->resource.name = z->name;
	if (request_resource(zorro_find_parent_resource(z), &z->resource))
	    printk(KERN_ERR "Zorro: Address space collision on device %s "
		   "[%lx:%lx]\n",
		   z->name, (unsigned long)zorro_resource_start(z),
		   (unsigned long)zorro_resource_end(z));
	    pr_err("Zorro: Address space collision on device %s %pR\n",
		   z->name, &z->resource);
	sprintf(z->dev.bus_id, "%02x", i);
	z->dev.parent = &zorro_bus.dev;
	z->dev.bus = &zorro_bus_type;