Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39647
b: refs/heads/master
c: 55e3373
h: refs/heads/master
i:
  39645: 66c168a
  39643: 11ec70e
  39639: d09208f
  39631: f7c2ab9
  39615: 0c530ba
v: v3
  • Loading branch information
Jean Delvare authored and Dave Jones committed Dec 12, 2006
1 parent 6ed0e54 commit 0850d3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 474a14df3fce60bebde64d25c6adbdab7d30594a
refs/heads/master: 55e337345df892d592bbd9050cbd1fc0c6feb069
4 changes: 1 addition & 3 deletions trunk/arch/i386/kernel/cpu/cpufreq/gx-suspmod.c
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ static int __init cpufreq_gx_init(void)
int ret;
struct gxfreq_params *params;
struct pci_dev *gx_pci;
u32 class_rev;

/* Test if we have the right hardware */
if ((gx_pci = gx_detect_chipset()) == NULL)
Expand All @@ -472,8 +471,7 @@ static int __init cpufreq_gx_init(void)
pci_read_config_byte(params->cs55x0, PCI_PMER2, &(params->pci_pmer2));
pci_read_config_byte(params->cs55x0, PCI_MODON, &(params->on_duration));
pci_read_config_byte(params->cs55x0, PCI_MODOFF, &(params->off_duration));
pci_read_config_dword(params->cs55x0, PCI_CLASS_REVISION, &class_rev);
params->pci_rev = class_rev & 0xff;
pci_read_config_byte(params->cs55x0, PCI_REVISION_ID, &params->pci_rev);

if ((ret = cpufreq_register_driver(&gx_suspmod_driver))) {
kfree(params);
Expand Down

0 comments on commit 0850d3d

Please sign in to comment.