Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206832
b: refs/heads/master
c: c82f91f
h: refs/heads/master
v: v3
  • Loading branch information
Jay Fenlason authored and Stefan Richter committed Jun 20, 2010
1 parent 43bbef6 commit 1bfb7f2
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: 604f45167824e18ad5766e51ecf1d4d65f15118d
refs/heads/master: c82f91f2663e79b150afd896ec72e798ba4e243d
4 changes: 3 additions & 1 deletion trunk/drivers/firewire/core-transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -780,9 +780,11 @@ static void handle_exclusive_region_request(struct fw_card *card,
unsigned long flags;
int tcode, destination, source;

tcode = HEADER_GET_TCODE(p->header[0]);
destination = HEADER_GET_DESTINATION(p->header[0]);
source = HEADER_GET_SOURCE(p->header[1]);
tcode = HEADER_GET_TCODE(p->header[0]);
if (tcode == TCODE_LOCK_REQUEST)
tcode = 0x10 + HEADER_GET_EXTENDED_TCODE(p->header[3]);

spin_lock_irqsave(&address_handler_lock, flags);
handler = lookup_enclosing_address_handler(&address_handler_list,
Expand Down

0 comments on commit 1bfb7f2

Please sign in to comment.