Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190138
b: refs/heads/master
c: 3a1f0a0
h: refs/heads/master
v: v3
  • Loading branch information
Clemens Ladisch authored and Stefan Richter committed Apr 19, 2010
1 parent 74ff9d1 commit 5a6bdfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: a2612cb16d4d8447793609cbdd2a2f4f156c0020
refs/heads/master: 3a1f0a0e3d871e3d3e08a1429009992151becda8
4 changes: 3 additions & 1 deletion trunk/drivers/firewire/core-iso.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,10 @@ static int manage_channel(struct fw_card *card, int irm_id, int generation,

/* 1394-1995 IRM, fall through to retry. */
default:
if (retry--)
if (retry) {
retry--;
i--;
}
}
}

Expand Down

0 comments on commit 5a6bdfd

Please sign in to comment.