diff options
author | Yangtao Li <tiny.windzz@gmail.com> | 2019-02-16 10:55:27 -0500 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2019-02-18 10:27:38 +0530 |
commit | 2814335cb3c8b364dcc740b6317bd3297e81995c (patch) | |
tree | 42969d833a9800c762b372c0120dda55786a3391 /drivers/cpufreq | |
parent | cd284ae36b6a43d478261bcb7c001db07e3a0ed5 (diff) | |
download | linux-2814335cb3c8b364dcc740b6317bd3297e81995c.tar.bz2 |
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>
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r-- | drivers/cpufreq/longhaul.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/longhaul.c b/drivers/cpufreq/longhaul.c index 279bd9e9fa95..fb546e0d0356 100644 --- a/drivers/cpufreq/longhaul.c +++ b/drivers/cpufreq/longhaul.c @@ -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(); |