From: Viresh Kumar Date: Fri, 2 Jan 2015 07:04:27 +0000 (+0530) Subject: cpufreq: No need to check for has_target() X-Git-Tag: fixes-v4.0-rc1~160^2~1^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e1cc3a5d7efa42d3aa4aaa77b9b2c3a51bb6073;p=pandora-kernel.git cpufreq: No need to check for has_target() Either we can be setpolicy or target type, nothing else. And so the else part of setpolicy will automatically be of has_target() type. And so we don't need to check it again. Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed