mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-19 16:14:13 +08:00
m68k: zorro - Use %pR to print resources
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
parent
fae3306ac0
commit
b01e3b07ec
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user