Skip to content

Commit

Permalink
cpu_lulzactiveq: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokhan Moral committed Sep 5, 2012
1 parent 3c287f8 commit 92d2645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cpufreq/cpufreq_lulzactiveq.c
Original file line number Diff line number Diff line change
Expand Up @@ -1714,7 +1714,7 @@ static int cpufreq_governor_lulzactive(struct cpufreq_policy *policy,
cancel_delayed_work_sync(&pcpu->work);
cancel_work_sync(&pcpu->up_work);
cancel_work_sync(&pcpu->down_work);
mutex_destroy(&pcu->timer_mutex);
mutex_destroy(&pcpu->timer_mutex);
for_each_cpu(j, policy->cpus) {
pcpu = &per_cpu(cpuinfo, j);
pcpu->governor_enabled = 0;
Expand Down

0 comments on commit 92d2645

Please sign in to comment.