Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125514
b: refs/heads/master
c: c00a46a
h: refs/heads/master
v: v3
  • Loading branch information
Vernon Sauder authored and Pierre Ossman committed Dec 31, 2008
1 parent db418b4 commit 9064e6c
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: 6a79e391df295bd7c2aa1309ea5031f361c197fd
refs/heads/master: c00a46abd4d45a67ff62f4ff6d4f839dff38b877
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/pxamci.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ static int pxamci_data_done(struct pxamci_host *host, unsigned int stat)
return 0;

DCSR(host->dma) = 0;
dma_unmap_sg(mmc_dev(host->mmc), data->sg, host->dma_len,
dma_unmap_sg(mmc_dev(host->mmc), data->sg, data->sg_len,
host->dma_dir);

if (stat & STAT_READ_TIME_OUT)
Expand Down

0 comments on commit 9064e6c

Please sign in to comment.