Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89643
b: refs/heads/master
c: 15f0d83
h: refs/heads/master
i:
  89641: 504f7c5
  89639: eff98de
v: v3
  • Loading branch information
Jarod Wilson authored and Stefan Richter committed Apr 18, 2008
1 parent 91970a5 commit 85a7251
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: cca6097713c62eac43aef27b31e7f1553dde4f94
refs/heads/master: 15f0d833f63da2fa49aed81480a37d5e896b5b9b
2 changes: 1 addition & 1 deletion trunk/drivers/firewire/fw-transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ handle_registers(struct fw_card *card, struct fw_request *request,
unsigned long long offset,
void *payload, size_t length, void *callback_data)
{
int reg = offset - CSR_REGISTER_BASE;
int reg = offset & ~CSR_REGISTER_BASE;
unsigned long long bus_time;
__be32 *data = payload;

Expand Down

0 comments on commit 85a7251

Please sign in to comment.