Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223665
b: refs/heads/master
c: acd0acb
h: refs/heads/master
i:
  223663: ca31b9b
v: v3
  • Loading branch information
Dave Airlie authored and Paul Mundt committed Dec 24, 2010
1 parent 9fd448f commit d1c527a
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: 8c1ac08b38af0c477ae32df9f4625b7dbddea1ea
refs/heads/master: acd0acb65ec907a9e872bbaa7ad811a518b49b45
2 changes: 1 addition & 1 deletion trunk/drivers/video/fbmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -1458,7 +1458,7 @@ static bool apertures_overlap(struct aperture *gen, struct aperture *hw)
if (gen->base == hw->base)
return true;
/* is the generic aperture base inside the hw base->hw base+size */
if (gen->base > hw->base && gen->base <= hw->base + hw->size)
if (gen->base > hw->base && gen->base < hw->base + hw->size)
return true;
return false;
}
Expand Down

0 comments on commit d1c527a

Please sign in to comment.