Skip to content

Commit

Permalink
[CPUFREQ] Remove duplicate assignment from cpufreq-nforce2
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 b6571da commit 851777b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/i386/kernel/cpu/cpufreq/cpufreq-nforce2.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ static void nforce2_write_pll(int pll)
int temp;

/* Set the pll addr. to 0x00 */
temp = 0x00;
pci_write_config_dword(nforce2_chipset_dev, NFORCE2_PLLADR, temp);
pci_write_config_dword(nforce2_chipset_dev, NFORCE2_PLLADR, 0);

/* Now write the value in all 64 registers */
for (temp = 0; temp <= 0x3f; temp++)
Expand Down

0 comments on commit 851777b

Please sign in to comment.