Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198921
b: refs/heads/master
c: 753a897
h: refs/heads/master
i:
  198919: fbe43d6
v: v3
  • Loading branch information
Peter Hurley authored and Stefan Richter committed May 18, 2010
1 parent 8f7f0fc commit 55a982c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7906054f0d597246178b3154adca76de29913aa5
refs/heads/master: 753a8970f68594ea69c5fc13fbca18dbd9402996
2 changes: 1 addition & 1 deletion trunk/drivers/firewire/core-transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ void fw_core_handle_response(struct fw_card *card, struct fw_packet *p)
list_for_each_entry(t, &card->transaction_list, link) {
if (t->node_id == source && t->tlabel == tlabel) {
list_del(&t->link);
card->tlabel_mask &= ~(1 << t->tlabel);
card->tlabel_mask &= ~(1ULL << t->tlabel);
break;
}
}
Expand Down

0 comments on commit 55a982c

Please sign in to comment.