Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39645
b: refs/heads/master
c: 6fdc2d0
h: refs/heads/master
i:
  39643: 11ec70e
v: v3
  • Loading branch information
Alexey Dobriyan authored and Dave Jones committed Nov 8, 2006
1 parent 3ff38bd commit 66c168a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: caede347c3578b9dca49f53eab781fcaaacd3234
refs/heads/master: 6fdc2d07501f1fff1637f3c8efdc860e7fd28eb0
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/cpu/cpufreq/gx-suspmod.c
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ static int __init cpufreq_gx_init(void)
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;
params->pci_rev = class_rev & 0xff;

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

0 comments on commit 66c168a

Please sign in to comment.