Re: [PATCH] clk: stm32f4: fix error handling

2016-07-06 Thread Michael Turquette
Quoting Christophe JAILLET (2016-07-02 23:06:43) > This is likely that checking 'clks[idx]' instead of 'clks[n]' is > expected here. > > Signed-off-by: Christophe JAILLET Applied. Regards, Mike > --- > drivers/clk/clk-stm32f4.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

[PATCH] clk: stm32f4: fix error handling

2016-07-02 Thread Christophe JAILLET
This is likely that checking 'clks[idx]' instead of 'clks[n]' is expected here. Signed-off-by: Christophe JAILLET --- drivers/clk/clk-stm32f4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/clk-stm32f4.c b/drivers/clk/clk-stm32f4.c index b6ca33f..02d6810 100644