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>
This commit is contained in:
parent
bfeffd1552
commit
cd284ae36b
|
@ -268,7 +268,7 @@ static int pcc_get_offset(int cpu)
|
|||
if (!pccp || pccp->type != ACPI_TYPE_PACKAGE) {
|
||||
ret = -ENODEV;
|
||||
goto out_free;
|
||||
};
|
||||
}
|
||||
|
||||
offset = &(pccp->package.elements[0]);
|
||||
if (!offset || offset->type != ACPI_TYPE_INTEGER) {
|
||||
|
|
Loading…
Reference in New Issue