firewire: fw-ohci: fix "scheduling while atomic"
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Thu, 12 Jul 2007 20:25:14 +0000 (22:25 +0200)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Wed, 18 Jul 2007 21:53:27 +0000 (23:53 +0200)
context_stop is called by bus_reset_tasklet, among else.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/fw-ohci.c

index 996c911..db70375 100644 (file)
@@ -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);
        }
 }