From: Viresh Kumar Date: Wed, 21 May 2014 08:59:29 +0000 (+0530) Subject: cpufreq: handle calls to ->target_index() in separate routine X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~5^2~1^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d65775d17941d6d41f5913fc6a99a134c588e01;p=pandora-kernel.git cpufreq: handle calls to ->target_index() in separate routine Handling calls to ->target_index() has got complex over time and might become more complex. So, its better to take target_index() bits out in another routine __target_index() for better code readability. Shouldn't have any functional impact. Tested-by: Stephen Warren Reviewed-by: Doug Anderson Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed