Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b980f5a224f3df6c884dbf5ae48797ce352ba139
Commit:     b980f5a224f3df6c884dbf5ae48797ce352ba139
Parent:     362e901c65123e0e72a764fcbe6c3d6a2505c7a6
Author:     Stefan Richter <[EMAIL PROTECTED]>
AuthorDate: Thu Jul 12 22:25:14 2007 +0200
Committer:  Stefan Richter <[EMAIL PROTECTED]>
CommitDate: Wed Jul 18 23:53:27 2007 +0200

    firewire: fw-ohci: fix "scheduling while atomic"
    
    context_stop is called by bus_reset_tasklet, among else.
    
    Signed-off-by: Stefan Richter <[EMAIL PROTECTED]>
---
 drivers/firewire/fw-ohci.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/firewire/fw-ohci.c b/drivers/firewire/fw-ohci.c
index 996c911..db70375 100644
--- a/drivers/firewire/fw-ohci.c
+++ b/drivers/firewire/fw-ohci.c
@@ -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);
        }
 }
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to