Re: [PATCH] clk: turn rate change failed warning into pr_debug

2014-03-20 Thread Mike Turquette
Quoting Sascha Hauer (2014-03-05 03:28:28) > Mike, > > Any objections to this patch? None at all. Taken into clk-next. Thanks, Mike > > Sascha > > On Thu, Jan 16, 2014 at 04:12:55PM +0100, Sascha Hauer wrote: > > If a rate change failed it's the opportunity of the caller to handle > > this.

Re: [PATCH] clk: turn rate change failed warning into pr_debug

2014-03-20 Thread Mike Turquette
Quoting Sascha Hauer (2014-03-05 03:28:28) Mike, Any objections to this patch? None at all. Taken into clk-next. Thanks, Mike Sascha On Thu, Jan 16, 2014 at 04:12:55PM +0100, Sascha Hauer wrote: If a rate change failed it's the opportunity of the caller to handle this. Do not spam

Re: [PATCH] clk: turn rate change failed warning into pr_debug

2014-03-05 Thread Sascha Hauer
Mike, Any objections to this patch? Sascha On Thu, Jan 16, 2014 at 04:12:55PM +0100, Sascha Hauer wrote: > If a rate change failed it's the opportunity of the caller to handle > this. Do not spam the log with a message. > > Signed-off-by: Sascha Hauer > Cc: Mike Turquette > Cc:

Re: [PATCH] clk: turn rate change failed warning into pr_debug

2014-03-05 Thread Sascha Hauer
Mike, Any objections to this patch? Sascha On Thu, Jan 16, 2014 at 04:12:55PM +0100, Sascha Hauer wrote: If a rate change failed it's the opportunity of the caller to handle this. Do not spam the log with a message. Signed-off-by: Sascha Hauer s.ha...@pengutronix.de Cc: Mike Turquette

[PATCH] clk: turn rate change failed warning into pr_debug

2014-01-16 Thread Sascha Hauer
If a rate change failed it's the opportunity of the caller to handle this. Do not spam the log with a message. Signed-off-by: Sascha Hauer Cc: Mike Turquette Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org --- drivers/clk/clk.c | 2 +- 1 file changed, 1 insertion(+),

[PATCH] clk: turn rate change failed warning into pr_debug

2014-01-16 Thread Sascha Hauer
If a rate change failed it's the opportunity of the caller to handle this. Do not spam the log with a message. Signed-off-by: Sascha Hauer s.ha...@pengutronix.de Cc: Mike Turquette mturque...@linaro.org Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org ---