soc: ti: pruss: fix referenced node in error message
[ Upstream commit 8aa35e0bb5eaa42bac415ad0847985daa7b4890c ] So far, "(null)" is reported for the node that is missing clocks. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Acked-by: Suman Anna <s-anna@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com> Link: https://lore.kernel.org/r/d6e24953-ea89-fd1c-6e16-7a0142118054@siemens.com Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
07fbbc4dc7
commit
b2e921fa92
@@ -131,7 +131,7 @@ static int pruss_clk_init(struct pruss *pruss, struct device_node *cfg_node)
|
|||||||
|
|
||||||
clks_np = of_get_child_by_name(cfg_node, "clocks");
|
clks_np = of_get_child_by_name(cfg_node, "clocks");
|
||||||
if (!clks_np) {
|
if (!clks_np) {
|
||||||
dev_err(dev, "%pOF is missing its 'clocks' node\n", clks_np);
|
dev_err(dev, "%pOF is missing its 'clocks' node\n", cfg_node);
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user