Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130402
b: refs/heads/master
c: b006854
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Richter committed Jan 24, 2009
1 parent 35d6c4d commit 9289716
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3d36a0df3b473fb53531484df227f2da8bc7494b
refs/heads/master: b006854955254a971096c120d4ef115a7c6145fb
4 changes: 2 additions & 2 deletions trunk/drivers/firewire/fw-ohci.c
Original file line number Diff line number Diff line change
Expand Up @@ -896,11 +896,11 @@ static void context_stop(struct context *ctx)
for (i = 0; i < 10; i++) {
reg = reg_read(ctx->ohci, CONTROL_SET(ctx->regs));
if ((reg & CONTEXT_ACTIVE) == 0)
break;
return;

fw_notify("context_stop: still active (0x%08x)\n", reg);
mdelay(1);
}
fw_error("Error: DMA context still active (0x%08x)\n", reg);
}

struct driver_data {
Expand Down

0 comments on commit 9289716

Please sign in to comment.