提交 adb0a616 编写于 作者: S Stefan Richter

ieee1394: replace a GFP_ATOMIC by GFP_KERNEL allocation

All callers of hpsb_register_addrspace() can sleep.
Signed-off-by: NStefan Richter <stefanr@s5r6.in-berlin.de>
上级 4a6908a3
......@@ -420,7 +420,7 @@ int hpsb_register_addrspace(struct hpsb_highlevel *hl, struct hpsb_host *host,
return 0;
}
as = kmalloc(sizeof(*as), GFP_ATOMIC);
as = kmalloc(sizeof(*as), GFP_KERNEL);
if (!as)
return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册