From: Stratos Karafotis Date: Fri, 25 Apr 2014 20:16:39 +0000 (+0300) Subject: thermal: cpu_cooling: Use cpufreq_for_each_valid_entry macro for iteration X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~5^2~1^2^2~13^2~7^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c84ef3af7c5778e25145a1fef29a816730a830c;p=pandora-kernel.git thermal: cpu_cooling: Use cpufreq_for_each_valid_entry macro for iteration The cpufreq core now supports the cpufreq_for_each_valid_entry macro helper for iteration over the cpufreq_frequency_table, so use it. Also remove the redundant !! operator. It should have no functional changes. Signed-off-by: Stratos Karafotis Acked-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed