Re: [PATCH 05/14] cpufreq: cpu0: don't validate clock on clk_put()

2014-07-09 Thread Santosh Shilimkar
On Tuesday 01 July 2014 12:32 PM, Viresh Kumar wrote: > CPU clk is not optional for this driver and probe would fail if it couldn't > find > a suitable clock. > > And so, while calling clk_put() we don't need to validate clocks. > > Signed-off-by: Viresh Kumar > --- Acked-by: Santosh Shilimkar

[PATCH 05/14] cpufreq: cpu0: don't validate clock on clk_put()

2014-07-01 Thread Viresh Kumar
CPU clk is not optional for this driver and probe would fail if it couldn't find a suitable clock. And so, while calling clk_put() we don't need to validate clocks. Signed-off-by: Viresh Kumar --- drivers/cpufreq/cpufreq-cpu0.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git