From: Viresh Kumar Date: Tue, 30 Sep 2014 03:49:57 +0000 (+0530) Subject: cpufreq: ppc-corenet: remove duplicate update of cpu_data X-Git-Tag: fixes-against-v3.18-rc2~138^2~3^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bf18f19be4d26545d7aa3114091cffe556572be;p=pandora-kernel.git cpufreq: ppc-corenet: remove duplicate update of cpu_data 'cpu_data' is updated for policy->cpu first and then for all CPUs in policy->cpus. policy->cpus is guaranteed to contain policy->cpu as well and so the first write to 'cpu_data' for policy->cpu is redundant. Remove it. Acked-by: Tang Yuantian Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed