Skip to content

Commit

Permalink
[CPUFREQ] Remove redundant initialisation from longhaul.
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Jones <davej@redhat.com>
  • Loading branch information
Dave Jones committed May 30, 2006
1 parent e2aa873 commit 8eebf1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/i386/kernel/cpu/cpufreq/longhaul.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 8eebf1a

Please sign in to comment.