1
0
Fork 0

[CPUFREQ] Remove redundant initialisation from longhaul.

Signed-off-by: Dave Jones <davej@redhat.com>
hifive-unleashed-5.1
Dave Jones 2006-05-30 17:40:16 -04:00
parent e2aa8732ac
commit 8eebf1a4c3
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,7 @@ static int __init longhaul_init(void)
static void __exit longhaul_exit(void)
{
int i=0;
int i;
for (i=0; i < numscales; i++) {
if (clock_ratio[i] == maxmult) {