Re: [PATCH] clk: Show clock rate instead of return value

2015-04-13 Thread Sylwester Nawrocki
Hello, On 13/04/15 06:56, Michael Turquette wrote: > +Sylwester > > Quoting Chanwoo Choi (2015-04-01 23:40:36) >> This patch shows the current clock rate instead of return value >> when clk_set_rate() return fail because log message means the clock rate. >> >> Cc: Mike Turquette >> Cc: Stephen

Re: [PATCH] clk: Show clock rate instead of return value

2015-04-13 Thread Sylwester Nawrocki
Hello, On 13/04/15 06:56, Michael Turquette wrote: +Sylwester Quoting Chanwoo Choi (2015-04-01 23:40:36) This patch shows the current clock rate instead of return value when clk_set_rate() return fail because log message means the clock rate. Cc: Mike Turquette mturque...@linaro.org Cc:

Re: [PATCH] clk: Show clock rate instead of return value

2015-04-12 Thread Michael Turquette
+Sylwester Quoting Chanwoo Choi (2015-04-01 23:40:36) > This patch shows the current clock rate instead of return value > when clk_set_rate() return fail because log message means the clock rate. > > Cc: Mike Turquette > Cc: Stephen Boyd > Signed-off-by: Chanwoo Choi > --- >

Re: [PATCH] clk: Show clock rate instead of return value

2015-04-12 Thread Michael Turquette
+Sylwester Quoting Chanwoo Choi (2015-04-01 23:40:36) This patch shows the current clock rate instead of return value when clk_set_rate() return fail because log message means the clock rate. Cc: Mike Turquette mturque...@linaro.org Cc: Stephen Boyd sb...@codeaurora.org Signed-off-by:

[PATCH] clk: Show clock rate instead of return value

2015-04-02 Thread Chanwoo Choi
This patch shows the current clock rate instead of return value when clk_set_rate() return fail because log message means the clock rate. Cc: Mike Turquette Cc: Stephen Boyd Signed-off-by: Chanwoo Choi --- drivers/clk/clk-conf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[PATCH] clk: Show clock rate instead of return value

2015-04-02 Thread Chanwoo Choi
This patch shows the current clock rate instead of return value when clk_set_rate() return fail because log message means the clock rate. Cc: Mike Turquette mturque...@linaro.org Cc: Stephen Boyd sb...@codeaurora.org Signed-off-by: Chanwoo Choi cw00.c...@samsung.com --- drivers/clk/clk-conf.c |