|
@@ -171,8 +171,8 @@ static u32 at91_shdwc_get_wakeup_input(struct platform_device *pdev,
|
|
|
|
|
|
for_each_child_of_node(np, cnp) {
|
|
|
if (of_property_read_u32(cnp, "reg", &wk_input)) {
|
|
|
- dev_warn(&pdev->dev, "reg property is missing for %s\n",
|
|
|
- cnp->full_name);
|
|
|
+ dev_warn(&pdev->dev, "reg property is missing for %pOF\n",
|
|
|
+ cnp);
|
|
|
continue;
|
|
|
}
|
|
|
|