From: Viresh Kumar Date: Fri, 2 Jan 2015 07:04:25 +0000 (+0530) Subject: cpufreq: merge 'if' blocks in __cpufreq_remove_dev_prepare() X-Git-Tag: fixes-v4.0-rc1~160^2~1^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db5f299574267c50067b967f898633d4dec7ecc4;p=pandora-kernel.git cpufreq: merge 'if' blocks in __cpufreq_remove_dev_prepare() There are two 'if' blocks here, checking for !cpufreq_driver->setpolicy and has_target(). Both are actually doing the same thing, merge them. Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed