diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2013-10-02 04:43:12 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-10-15 18:50:22 -0400 |
commit | bbdd04ab1f375ef46a0e2d98de439863d35e4d3e (patch) | |
tree | 198bdebc4c7d089dc8a1be1da9e4aff625b71daf | |
parent | 67a29e558b17a923c3a53c348315c572b8ca261a (diff) |
cpufreq: Remove extra blank line
We don't need a blank line just at start of a block, lets remove it.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r-- | drivers/cpufreq/cpufreq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index c4d3d7601e59..c71a87989bbf 100644 --- a/drivers/cpufreq/cpufreq.c +++ b/drivers/cpufreq/cpufreq.c | |||
@@ -1201,7 +1201,6 @@ static int __cpufreq_remove_dev_prepare(struct device *dev, | |||
1201 | if (!frozen) | 1201 | if (!frozen) |
1202 | sysfs_remove_link(&dev->kobj, "cpufreq"); | 1202 | sysfs_remove_link(&dev->kobj, "cpufreq"); |
1203 | } else if (cpus > 1) { | 1203 | } else if (cpus > 1) { |
1204 | |||
1205 | new_cpu = cpufreq_nominate_new_policy_cpu(policy, cpu, frozen); | 1204 | new_cpu = cpufreq_nominate_new_policy_cpu(policy, cpu, frozen); |
1206 | if (new_cpu >= 0) { | 1205 | if (new_cpu >= 0) { |
1207 | update_policy_cpu(policy, new_cpu); | 1206 | update_policy_cpu(policy, new_cpu); |