Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137167
b: refs/heads/master
c: 9e28d7e
h: refs/heads/master
i:
  137165: bc2f0dd
  137163: 2a931c1
  137159: 43cd3af
  137151: 97438c0
v: v3
  • Loading branch information
Russell King authored and Russell King committed Dec 11, 2008
1 parent 2f4c332 commit d29db43
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: d667522fdf637ef1b425518afe11aedba80364b2
refs/heads/master: 9e28d7e8c5422a47db886c4104221ea165595de0
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-rpc/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ static void iomd_get_next_sg(struct scatterlist *sg, struct iomd_dma *idma)

if (idma->dma.sg->length == 0) {
if (idma->dma.sgcount > 1) {
idma->dma.sg++;
idma->dma.sg = sg_next(idma->dma.sg);
idma->dma.sgcount--;
} else {
idma->dma.sg = NULL;
Expand Down

0 comments on commit d29db43

Please sign in to comment.