Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136019
b: refs/heads/master
c: d01b017
h: refs/heads/master
i:
  136017: d2847a5
  136015: af473e5
v: v3
  • Loading branch information
Stefan Richter committed Mar 24, 2009
1 parent 5e68df3 commit 185d463
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: aed808927410d0b1d80378492059f22a46974267
refs/heads/master: d01b01787680a1156ff6a554e40baa460bb88efb
2 changes: 1 addition & 1 deletion trunk/drivers/firewire/fw-device.c
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ static int reread_bus_info_block(struct fw_device *device, int generation)
if (i == 0 && q == 0)
return REREAD_BIB_GONE;

if (i > device->config_rom_length || q != device->config_rom[i])
if (q != device->config_rom[i])
return REREAD_BIB_CHANGED;
}

Expand Down

0 comments on commit 185d463

Please sign in to comment.