Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233299
b: refs/heads/master
c: 1e9cebb
h: refs/heads/master
i:
  233297: 6cdec87
  233295: c8dce64
v: v3
  • Loading branch information
Shawn Guo authored and Sascha Hauer committed Jan 31, 2011
1 parent dcf2708 commit 055593f
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: 8a9659114c7be6f88253618252881ea6fe0588b4
refs/heads/master: 1e9cebb42de57f1243261939c77ab5b0f9bcf311
2 changes: 1 addition & 1 deletion trunk/drivers/dma/imx-sdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ static void sdma_handle_channel_loop(struct sdma_channel *sdmac)
if (bd->mode.status & BD_RROR)
sdmac->status = DMA_ERROR;
else
sdmac->status = DMA_SUCCESS;
sdmac->status = DMA_IN_PROGRESS;

bd->mode.status |= BD_DONE;
sdmac->buf_tail++;
Expand Down

0 comments on commit 055593f

Please sign in to comment.