Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163140
b: refs/heads/master
c: d3d381c
h: refs/heads/master
v: v3
  • Loading branch information
Ming Lei authored and Kevin Hilman committed Sep 2, 2009
1 parent 3ed6550 commit fdb87d3
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: 2fcc81a38b699a81e47fdd655cf514c789576554
refs/heads/master: d3d381c6365ef5b06c4184a3fe047cf027533970
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/pm34xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ static int __init pwrdms_setup(struct powerdomain *pwrdm)
if (!pwrdm->pwrsts)
return 0;

pwrst = kmalloc(sizeof(struct power_state), GFP_KERNEL);
pwrst = kmalloc(sizeof(struct power_state), GFP_ATOMIC);
if (!pwrst)
return -ENOMEM;
pwrst->pwrdm = pwrdm;
Expand Down

0 comments on commit fdb87d3

Please sign in to comment.