diff options
| -rw-r--r-- | arch/arm/mach-msm/cpufreq.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-msm/cpufreq.c b/arch/arm/mach-msm/cpufreq.c index f02a02d8b9d..4618cb8cde8 100644 --- a/arch/arm/mach-msm/cpufreq.c +++ b/arch/arm/mach-msm/cpufreq.c @@ -140,9 +140,6 @@ static int set_cpu_freq(struct cpufreq_policy *policy, unsigned int new_freq, if (!ret) { freq_index[policy->cpu] = index; update_l2_bw(NULL); - } - - if (!ret) { trace_cpu_frequency_switch_end(policy->cpu); cpufreq_notify_transition(policy, &freqs, CPUFREQ_POSTCHANGE); } |
