Date: Thu, 12 Jul 2007 22:25:14 +0200 (CEST) From: Stefan Richter Subject: firewire: fw-ohci: fix "scheduling while atomic" context_stop is called by bus_reset_tasklet, among else. Signed-off-by: Stefan Richter --- drivers/firewire/fw-ohci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux/drivers/firewire/fw-ohci.c =================================================================== --- linux.orig/drivers/firewire/fw-ohci.c +++ linux/drivers/firewire/fw-ohci.c @@ -587,7 +587,7 @@ static void context_stop(struct context break; fw_notify("context_stop: still active (0x%08x)\n", reg); - msleep(1); + mdelay(1); } }