mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 15:29:16 +00:00
cpufreq: longhaul: remove unneeded semicolon
The semicolon is unneeded, so remove it. Signed-off-by: Yangtao Li <tiny.windzz@gmail.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
This commit is contained in:
parent
cd284ae36b
commit
2814335cb3
@ -851,7 +851,7 @@ static int longhaul_cpu_init(struct cpufreq_policy *policy)
|
||||
case TYPE_POWERSAVER:
|
||||
pr_cont("Powersaver supported\n");
|
||||
break;
|
||||
};
|
||||
}
|
||||
|
||||
/* Doesn't hurt */
|
||||
longhaul_setup_southbridge();
|
||||
|
Loading…
x
Reference in New Issue
Block a user