|
@@ -245,7 +245,7 @@ static int xps2_of_probe(struct platform_device *ofdev)
|
|
|
unsigned int irq;
|
|
|
int error;
|
|
|
|
|
|
- dev_info(dev, "Device Tree Probing \'%s\'\n", dev->of_node->name);
|
|
|
+ dev_info(dev, "Device Tree Probing \'%pOFn\'\n", dev->of_node);
|
|
|
|
|
|
/* Get iospace for the device */
|
|
|
error = of_address_to_resource(dev->of_node, 0, &r_mem);
|