Skip to content

Commit

Permalink
firewire: fw-ohci: fix "scheduling while atomic"
Browse files Browse the repository at this point in the history
context_stop is called by bus_reset_tasklet, among else.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
  • Loading branch information
Stefan Richter committed Jul 18, 2007
1 parent 362e901 commit b980f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/firewire/fw-ohci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit b980f5a

Please sign in to comment.