cpufreq: longhaul: remove unneeded semicolon
authorYangtao Li <tiny.windzz@gmail.com>
Sat, 16 Feb 2019 15:55:27 +0000 (10:55 -0500)
committerViresh Kumar <viresh.kumar@linaro.org>
Mon, 18 Feb 2019 04:57:38 +0000 (10:27 +0530)
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>
drivers/cpufreq/longhaul.c

index 279bd9e..fb546e0 100644 (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();