1
0
Fork 0

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>
hifive-unleashed-5.1
Yangtao Li 2019-02-16 10:55:27 -05:00 committed by Viresh Kumar
parent cd284ae36b
commit 2814335cb3
1 changed files with 1 additions and 1 deletions

View File

@ -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();