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-17 23:57:38 -0500 |
commit | 2814335cb3c8b364dcc740b6317bd3297e81995c (patch) | |
tree | 42969d833a9800c762b372c0120dda55786a3391 /drivers/cpufreq | |
parent | cd284ae36b6a43d478261bcb7c001db07e3a0ed5 (diff) |
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) | |||
851 | case TYPE_POWERSAVER: | 851 | case TYPE_POWERSAVER: |
852 | pr_cont("Powersaver supported\n"); | 852 | pr_cont("Powersaver supported\n"); |
853 | break; | 853 | break; |
854 | }; | 854 | } |
855 | 855 | ||
856 | /* Doesn't hurt */ | 856 | /* Doesn't hurt */ |
857 | longhaul_setup_southbridge(); | 857 | longhaul_setup_southbridge(); |