Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135766
b: refs/heads/master
c: 0e43785
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Weiner authored and Ingo Molnar committed Feb 13, 2009
1 parent 90a07d6 commit 316a30a
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: 74296a8ed6aa3c5bf672808ada690de7ba323ecc
refs/heads/master: 0e43785c57fee50fbc00ea0378e941efb61fa0c2
2 changes: 1 addition & 1 deletion trunk/kernel/irq/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ int request_irq(unsigned int irq, irq_handler_t handler,
if (!handler)
return -EINVAL;

action = kmalloc(sizeof(struct irqaction), GFP_ATOMIC);
action = kmalloc(sizeof(struct irqaction), GFP_KERNEL);
if (!action)
return -ENOMEM;

Expand Down

0 comments on commit 316a30a

Please sign in to comment.