Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255235
b: refs/heads/master
c: 770d743
h: refs/heads/master
i:
  255233: 0a4f317
  255231: 76aa864
v: v3
  • Loading branch information
Adrian Hunter authored and Chris Ball committed Jul 21, 2011
1 parent 057f86c commit 60ad0d0
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3796fb8ac40920e04ed36e45b1b40d13aec3909d
refs/heads/master: 770d7432009c8bc89cf72d47313866adf600c66a
3 changes: 2 additions & 1 deletion trunk/drivers/mmc/host/omap_hsmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1369,7 +1369,7 @@ static void omap_hsmmc_config_dma_params(struct omap_hsmmc_host *host,
static void omap_hsmmc_dma_cb(int lch, u16 ch_status, void *cb_data)
{
struct omap_hsmmc_host *host = cb_data;
struct mmc_data *data = host->mrq->data;
struct mmc_data *data;
int dma_ch, req_in_progress;

if (!(ch_status & OMAP_DMA_BLOCK_IRQ)) {
Expand All @@ -1384,6 +1384,7 @@ static void omap_hsmmc_dma_cb(int lch, u16 ch_status, void *cb_data)
return;
}

data = host->mrq->data;
host->dma_sg_idx++;
if (host->dma_sg_idx < host->dma_len) {
/* Fire up the next transfer. */
Expand Down

0 comments on commit 60ad0d0

Please sign in to comment.