Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80942
b: refs/heads/master
c: 478b233
h: refs/heads/master
v: v3
  • Loading branch information
Rabin Vincent authored and Stefan Richter committed Jan 30, 2008
1 parent 812851e commit 8e5ed8d
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: bcee893c6cba88badd292b636f33a8677c0dd962
refs/heads/master: 478b233eda81bfe41307512b8336fd688c6553e0
2 changes: 1 addition & 1 deletion trunk/drivers/firewire/fw-transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ fw_core_handle_request(struct fw_card *card, struct fw_packet *p)
HEADER_GET_OFFSET_HIGH(p->header[1]) << 32) | p->header[2];
tcode = HEADER_GET_TCODE(p->header[0]);
destination = HEADER_GET_DESTINATION(p->header[0]);
source = HEADER_GET_SOURCE(p->header[0]);
source = HEADER_GET_SOURCE(p->header[1]);

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

0 comments on commit 8e5ed8d

Please sign in to comment.