Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91507
b: refs/heads/master
c: 4df4441
h: refs/heads/master
i:
  91505: bce2908
  91503: 0d70f12
v: v3
  • Loading branch information
Roel Kluin authored and Paul Mackerras committed Apr 7, 2008
1 parent 9a67c5d commit e2871fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: a07e387ae3a830106d0463ec254657f297b97ea0
refs/heads/master: 4df4441e418c809f263939b9f371b67aca28a280
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/kernel/isa-bridge.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ static void __devinit pci_process_ISA_OF_ranges(struct device_node *isa_node,
* (size depending on dev->n_addr_cells)
* cell 5: the size of the range
*/
if ((range->isa_addr.a_hi && ISA_SPACE_MASK) != ISA_SPACE_IO) {
if ((range->isa_addr.a_hi & ISA_SPACE_MASK) != ISA_SPACE_IO) {
range++;
rlen -= sizeof(struct isa_range);
if (rlen < sizeof(struct isa_range))
goto inval_range;
}
if ((range->isa_addr.a_hi && ISA_SPACE_MASK) != ISA_SPACE_IO)
if ((range->isa_addr.a_hi & ISA_SPACE_MASK) != ISA_SPACE_IO)
goto inval_range;

isa_addr = range->isa_addr.a_lo;
Expand Down

0 comments on commit e2871fe

Please sign in to comment.