提交 13bf35b5 编写于 作者: R Rob Herring 提交者: Greg Kroah-Hartman

fpga: Convert to using %pOF instead of full_name

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: NRob Herring <robh@kernel.org>
Cc: Alan Tull <atull@kernel.org>
Cc: Moritz Fischer <moritz.fischer@ettus.com>
Cc: linux-fpga@vger.kernel.org
Acked-by: NMoritz Fischer <mdf@kernel.org>
Signed-off-by: NAlan Tull <atull@kernel.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 e819accd
...@@ -319,8 +319,8 @@ static int child_regions_with_firmware(struct device_node *overlay) ...@@ -319,8 +319,8 @@ static int child_regions_with_firmware(struct device_node *overlay)
of_node_put(child_region); of_node_put(child_region);
if (ret) if (ret)
pr_err("firmware-name not allowed in child FPGA region: %s", pr_err("firmware-name not allowed in child FPGA region: %pOF",
child_region->full_name); child_region);
return ret; return ret;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册