From: Viresh Kumar Date: Thu, 28 Aug 2014 05:52:25 +0000 (+0530) Subject: cpufreq: cpu0: don't validate clock on clk_put() X-Git-Tag: fixes-against-v3.18-rc2~138^2~3^2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed4b053cb864f29f57cf5a4c3f3c85cda22edaf1;p=pandora-kernel.git cpufreq: cpu0: don't validate clock on clk_put() 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. Acked-by: Santosh Shilimkar Tested-by: Stephen Boyd Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed