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

firewire: fw-ohci: fix "scheduling while atomic"

context_stop is called by bus_reset_tasklet, among else.
Signed-off-by: NStefan Richter <stefanr@s5r6.in-berlin.de>
上级 362e901c
......@@ -587,7 +587,7 @@ static void context_stop(struct context *ctx)
break;
fw_notify("context_stop: still active (0x%08x)\n", reg);
msleep(1);
mdelay(1);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册