Re: [PATCH] clk: sunxi-ng: Display index when clock registration fails

2017-04-06 Thread Maxime Ripard
On Wed, Apr 05, 2017 at 07:52:27PM +0300, Priit Laes wrote: > Add clock index to clock registration failure message. Clock name > is sometimes not available, when things go really wrong. > > Signed-off-by: Priit Laes Applied, thanks! Maxime -- Maxime Ripard, Free Electrons

Re: [PATCH] clk: sunxi-ng: Display index when clock registration fails

2017-04-06 Thread Maxime Ripard
On Wed, Apr 05, 2017 at 07:52:27PM +0300, Priit Laes wrote: > Add clock index to clock registration failure message. Clock name > is sometimes not available, when things go really wrong. > > Signed-off-by: Priit Laes Applied, thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux and

[PATCH] clk: sunxi-ng: Display index when clock registration fails

2017-04-05 Thread Priit Laes
Add clock index to clock registration failure message. Clock name is sometimes not available, when things go really wrong. Signed-off-by: Priit Laes --- drivers/clk/sunxi-ng/ccu_common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH] clk: sunxi-ng: Display index when clock registration fails

2017-04-05 Thread Priit Laes
Add clock index to clock registration failure message. Clock name is sometimes not available, when things go really wrong. Signed-off-by: Priit Laes --- 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