Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288277
b: refs/heads/master
c: e39d40c
h: refs/heads/master
i:
  288275: 8444309
v: v3
  • Loading branch information
Gusakov Andrey authored and Kukjin Kim committed Mar 2, 2012
1 parent 69f1176 commit a95f0e4
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: c1ba544f81544ed9613ad5d058968533dbcef4b2
refs/heads/master: e39d40c65dfd8390b50c03482ae9e289b8a8f351
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-s3c24xx/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ static void s3c2410_dma_resume(void)
struct s3c2410_dma_chan *cp = s3c2410_chans + dma_channels - 1;
int channel;

for (channel = dma_channels - 1; channel >= 0; cp++, channel--)
for (channel = dma_channels - 1; channel >= 0; cp--, channel--)
s3c2410_dma_resume_chan(cp);
}

Expand Down

0 comments on commit a95f0e4

Please sign in to comment.