On 24-08-20, 22:25, kernel test robot wrote: > From: kernel test robot > > drivers/cpufreq/cpufreq-dt.c:355:2-3: Unneeded semicolon > > > Remove unneeded semicolon. > > Generated by: scripts/coccinelle/misc/semicolon.cocci > > CC: Stephan Gerhold > Signed-off-by: kernel test robot > --- > > url: https://github.com/0day-ci/linux/commits/Viresh-Kumar/opp-Allow-dev_pm_opp_get_opp_table-to-return-EPROBE_DEFER/20200824-171149 > base: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git linux-next > > cpufreq-dt.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- a/drivers/cpufreq/cpufreq-dt.c > +++ b/drivers/cpufreq/cpufreq-dt.c > @@ -352,7 +352,7 @@ static int dt_cpufreq_probe(struct platf > ret = dt_cpufreq_early_init(&pdev->dev, cpu); > if (ret) > goto err; > - }; > + } > > if (data) { > if (data->have_governor_per_policy) Merged into the original patch, thanks. -- viresh