Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166142
b: refs/heads/master
c: 2cc0bab
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Russell King committed Sep 19, 2009
1 parent 7b1ecea commit 8390bdd
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: ba978365031dbe84ee8ba2d7977cb667f40caf04
refs/heads/master: 2cc0bab8616a3d0ae1bae11f5cf16a582424aa91
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-stmp3xxx/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ int stmp3xxx_dma_make_chain(int ch, struct stmp37xx_circ_dma_chain *chain,
stmp3xxx_dma_free_command(ch,
&descriptors
[i]);
} while (i-- >= 0);
} while (i-- > 0);
}
return err;
}
Expand Down

0 comments on commit 8390bdd

Please sign in to comment.