From: Dave Jones Date: Wed, 29 Mar 2006 06:48:37 +0000 (-0500) Subject: [CPUFREQ] trailing whitespace removal de-jour. X-Git-Tag: v2.6.17-rc2~4^2~9 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=87c32271380e630955de365656f67b0a54b75b19;p=karo-tx-linux.git [CPUFREQ] trailing whitespace removal de-jour. Signed-off-by: Dave Jones --- diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index f2179ab65c42..3d0430741b5a 100644 --- a/drivers/cpufreq/cpufreq.c +++ b/drivers/cpufreq/cpufreq.c @@ -695,9 +695,8 @@ static int cpufreq_add_dev (struct sys_device * sys_dev) policy->governor = NULL; /* to assure that the starting sequence is * run in cpufreq_set_policy */ mutex_unlock(&policy->lock); - + /* set default policy */ - ret = cpufreq_set_policy(&new_policy); if (ret) { dprintk("setting policy failed\n"); @@ -707,7 +706,7 @@ static int cpufreq_add_dev (struct sys_device * sys_dev) module_put(cpufreq_driver->owner); dprintk("initialization complete\n"); cpufreq_debug_enable_ratelimit(); - + return 0;