Add clock index to clock registration failure message.

Signed-off-by: Priit Laes <pl...@plaes.org>
---
 drivers/clk/sunxi-ng/ccu_common.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/clk/sunxi-ng/ccu_common.c 
b/drivers/clk/sunxi-ng/ccu_common.c
index 8a47baf..188fa50 100644
--- a/drivers/clk/sunxi-ng/ccu_common.c
+++ b/drivers/clk/sunxi-ng/ccu_common.c
@@ -63,8 +63,8 @@ int sunxi_ccu_probe(struct device_node *node, void __iomem 
*reg,
 
                ret = clk_hw_register(NULL, hw);
                if (ret) {
-                       pr_err("Couldn't register clock %s\n",
-                              clk_hw_get_name(hw));
+                       pr_err("Couldn't register clock %d - %s\n",
+                              i, clk_hw_get_name(hw));
                        goto err_clk_unreg;
                }
        }
-- 
git-series 0.9.1

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to