Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cpufreq: pcc-cpufreq: 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>

authored by

Yangtao Li and committed by
Viresh Kumar
cd284ae3 bfeffd15

+1 -1
+1 -1
drivers/cpufreq/pcc-cpufreq.c
··· 268 268 if (!pccp || pccp->type != ACPI_TYPE_PACKAGE) { 269 269 ret = -ENODEV; 270 270 goto out_free; 271 - }; 271 + } 272 272 273 273 offset = &(pccp->package.elements[0]); 274 274 if (!offset || offset->type != ACPI_TYPE_INTEGER) {