mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-07 15:01:44 +00:00
cpufreq: speedstep: remove unneeded semicolon
A semicolon is not needed after a switch statement. Signed-off-by: Tom Rix <trix@redhat.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
e0be38ed4a
commit
00d4394792
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ unsigned int speedstep_get_frequency(enum speedstep_processor processor)
|
||||||
return pentium3_get_frequency(processor);
|
return pentium3_get_frequency(processor);
|
||||||
default:
|
default:
|
||||||
return 0;
|
return 0;
|
||||||
};
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(speedstep_get_frequency);
|
EXPORT_SYMBOL_GPL(speedstep_get_frequency);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue