Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23788
b: refs/heads/master
c: 84f0b1e
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones committed Mar 11, 2006
1 parent 793e118 commit 8d63c19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 388d6c5180faf83ea06dc2614e8e89910ddef4f0
refs/heads/master: 84f0b1ef8c013b33dea9bbc2521094dd29110cf0
3 changes: 1 addition & 2 deletions trunk/arch/i386/kernel/cpu/cpufreq/gx-suspmod.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,10 +459,9 @@ static int __init cpufreq_gx_init(void)

dprintk("geode suspend modulation available.\n");

params = kmalloc(sizeof(struct gxfreq_params), GFP_KERNEL);
params = kzalloc(sizeof(struct gxfreq_params), GFP_KERNEL);
if (params == NULL)
return -ENOMEM;
memset(params, 0, sizeof(struct gxfreq_params));

params->cs55x0 = gx_pci;
gx_params = params;
Expand Down

0 comments on commit 8d63c19

Please sign in to comment.