Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156409
b: refs/heads/master
c: 3d4656d
h: refs/heads/master
i:
  156407: 0595ae6
v: v3
  • Loading branch information
Roel Kluin authored and Ralf Baechle committed Aug 3, 2009
1 parent 2206b29 commit 02ab623
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: 64f1815507f207ec54ee6b9ae69c48bd153e83b4
refs/heads/master: 3d4656d68bad84604f5b01f93e066cd02f77154b
2 changes: 1 addition & 1 deletion trunk/arch/mips/jazz/jazzdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ int vdma_free(unsigned long laddr)
return -1;
}

while (pgtbl[i].owner == laddr && i < VDMA_PGTBL_ENTRIES) {
while (i < VDMA_PGTBL_ENTRIES && pgtbl[i].owner == laddr) {
pgtbl[i].owner = VDMA_PAGE_EMPTY;
i++;
}
Expand Down

0 comments on commit 02ab623

Please sign in to comment.