Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206803
b: refs/heads/master
c: bda3b8a
h: refs/heads/master
i:
  206801: ba274af
  206799: ab6751d
v: v3
  • Loading branch information
Clemens Ladisch committed Jun 10, 2010
1 parent 4acd448 commit a27fc4f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 153e3979201b76dbd5788f032fb683e95121e159
refs/heads/master: bda3b8a1faf209a98063ccd77d6833a2bb0fc77e
10 changes: 10 additions & 0 deletions trunk/drivers/firewire/core-card.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,16 @@ static void fw_card_bm_work(struct work_struct *work)
goto out;
}

if (rcode == RCODE_SEND_ERROR) {
/*
* We have been unable to send the lock request due to
* some local problem. Let's try again later and hope
* that the problem has gone away by then.
*/
fw_schedule_bm_work(card, DIV_ROUND_UP(HZ, 8));
goto out;
}

spin_lock_irqsave(&card->lock, flags);

if (rcode != RCODE_COMPLETE) {
Expand Down

0 comments on commit a27fc4f

Please sign in to comment.