Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107251
b: refs/heads/master
c: 980167b
h: refs/heads/master
i:
  107249: 98e866f
  107247: fd55904
v: v3
  • Loading branch information
Pierre Ossman committed Aug 1, 2008
1 parent 8f96d41 commit d664a5d
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: ebd6d357848edb8709dd9bed4b93834d1b4d7044
refs/heads/master: 980167b7fb20fb181766218b4771fc7420a7bbb4
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/sdhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ static int sdhci_adma_table_pre(struct sdhci_host *host,

host->adma_addr = dma_map_single(mmc_dev(host->mmc),
host->adma_desc, (128 * 2 + 1) * 4, DMA_TO_DEVICE);
if (dma_mapping_error(mmc_dev(host->mmc), host->align_addr))
if (dma_mapping_error(mmc_dev(host->mmc), host->adma_addr))
goto unmap_entries;
BUG_ON(host->adma_addr & 0x3);

Expand Down

0 comments on commit d664a5d

Please sign in to comment.