aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clk/clk-conf.c')
-rw-r--r--drivers/clk/clk-conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/clk-conf.c b/drivers/clk/clk-conf.c
index 43a218f35b19..674785d968a3 100644
--- a/drivers/clk/clk-conf.c
+++ b/drivers/clk/clk-conf.c
@@ -55,7 +55,7 @@ static int __set_clk_parents(struct device_node *node, bool clk_supplier)
55 } 55 }
56 clk = of_clk_get_from_provider(&clkspec); 56 clk = of_clk_get_from_provider(&clkspec);
57 if (IS_ERR(clk)) { 57 if (IS_ERR(clk)) {
58 pr_warn("clk: couldn't get parent clock %d for %s\n", 58 pr_warn("clk: couldn't get assigned clock %d for %s\n",
59 index, node->full_name); 59 index, node->full_name);
60 rc = PTR_ERR(clk); 60 rc = PTR_ERR(clk);
61 goto err; 61 goto err;