diff options
-rw-r--r-- | drivers/ieee1394/highlevel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ieee1394/highlevel.c b/drivers/ieee1394/highlevel.c index 272543a42a43..6cc26edcbd8b 100644 --- a/drivers/ieee1394/highlevel.c +++ b/drivers/ieee1394/highlevel.c | |||
@@ -420,7 +420,7 @@ int hpsb_register_addrspace(struct hpsb_highlevel *hl, struct hpsb_host *host, | |||
420 | return 0; | 420 | return 0; |
421 | } | 421 | } |
422 | 422 | ||
423 | as = kmalloc(sizeof(*as), GFP_ATOMIC); | 423 | as = kmalloc(sizeof(*as), GFP_KERNEL); |
424 | if (!as) | 424 | if (!as) |
425 | return 0; | 425 | return 0; |
426 | 426 | ||