Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48977
b: refs/heads/master
c: 3e1a80f
h: refs/heads/master
i:
  48975: 4cba0ba
v: v3
  • Loading branch information
Lennert Buytenhek authored and Russell King committed Feb 8, 2007
1 parent 7f9ba7b commit d53364f
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: 7ae5a761d2ffc4cf7d3248e09f4d3da234434f30
refs/heads/master: 3e1a80f11f89f318e892694b501735abb51ef626
2 changes: 1 addition & 1 deletion trunk/arch/arm/mm/consistent.c
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ void consistent_sync(const void *start, size_t size, int direction)
{
const void *end = start + size;

BUG_ON(!virt_addr_valid(start) || !virt_addr_valid(end));
BUG_ON(!virt_addr_valid(start) || !virt_addr_valid(end - 1));

switch (direction) {
case DMA_FROM_DEVICE: /* invalidate only */
Expand Down

0 comments on commit d53364f

Please sign in to comment.