[CPUFREQ] Remove redundant initialisation from longhaul.
Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
@@ -679,7 +679,7 @@ static int __init longhaul_init(void)
|
|||||||
|
|
||||||
static void __exit longhaul_exit(void)
|
static void __exit longhaul_exit(void)
|
||||||
{
|
{
|
||||||
int i=0;
|
int i;
|
||||||
|
|
||||||
for (i=0; i < numscales; i++) {
|
for (i=0; i < numscales; i++) {
|
||||||
if (clock_ratio[i] == maxmult) {
|
if (clock_ratio[i] == maxmult) {
|
||||||
|
Reference in New Issue
Block a user