1
0
Fork 0

cpufreq: Fix white space in __cpufreq_remove_dev()

Align closing brace '}' of an if block.

[rjw: Subject and changelog]
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
hifive-unleashed-5.1
Viresh Kumar 2013-08-20 12:08:22 +05:30 committed by Rafael J. Wysocki
parent 878f6e074e
commit edab2fbc21
1 changed files with 1 additions and 1 deletions

View File

@ -1253,7 +1253,7 @@ static int __cpufreq_remove_dev(struct device *dev,
__func__);
return ret;
}
}
}
if (!frozen) {
lock_policy_rwsem_read(cpu);