[PATCH] fpga: Convert to using %pOF instead of full_name

From: Rob Herring
Date: Tue Jul 18 2017 - 17:44:24 EST


Now that we have a custom printf format specifier, convert users of
full_name to use %pOF instead. This is preparation to remove storing
of the full path string for each node.

Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
Cc: Alan Tull <atull@xxxxxxxxxx>
Cc: Moritz Fischer <moritz.fischer@xxxxxxxxx>
Cc: linux-fpga@xxxxxxxxxxxxxxx
---
drivers/fpga/fpga-region.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/fpga/fpga-region.c b/drivers/fpga/fpga-region.c
index 3b6b2f4182a1..d9ab7c75b14f 100644
--- a/drivers/fpga/fpga-region.c
+++ b/drivers/fpga/fpga-region.c
@@ -319,8 +319,8 @@ static int child_regions_with_firmware(struct device_node *overlay)
of_node_put(child_region);

if (ret)
- pr_err("firmware-name not allowed in child FPGA region: %s",
- child_region->full_name);
+ pr_err("firmware-name not allowed in child FPGA region: %pOF",
+ child_region);

return ret;
}
--
2.11.0