diff options
| -rw-r--r-- | kernel/irq/manage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c index cd0cd8dcb345..1c5055069170 100644 --- a/kernel/irq/manage.c +++ b/kernel/irq/manage.c | |||
| @@ -717,7 +717,7 @@ int request_irq(unsigned int irq, irq_handler_t handler, | |||
| 717 | if (!handler) | 717 | if (!handler) |
| 718 | return -EINVAL; | 718 | return -EINVAL; |
| 719 | 719 | ||
| 720 | action = kmalloc(sizeof(struct irqaction), GFP_ATOMIC); | 720 | action = kmalloc(sizeof(struct irqaction), GFP_KERNEL); |
| 721 | if (!action) | 721 | if (!action) |
| 722 | return -ENOMEM; | 722 | return -ENOMEM; |
| 723 | 723 | ||
