Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105086
b: refs/heads/master
c: 719a61b
h: refs/heads/master
v: v3
  • Loading branch information
Pierre Ossman committed Jul 23, 2008
1 parent 4bd5a0f commit 3d4ab88
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: 6cefd05f35177ad5d22d44519c680cf43f2ac86d
refs/heads/master: 719a61b452ff74cf81a96e4212748d9d63bcc924
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/sdhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ static void sdhci_prepare_data(struct sdhci_host *host, struct mmc_data *data)
WARN_ON(1);
host->flags &= ~SDHCI_USE_DMA;
} else {
WARN_ON(count != 1);
WARN_ON(sg_cnt != 1);
writel(sg_dma_address(data->sg),
host->ioaddr + SDHCI_DMA_ADDRESS);
}
Expand Down

0 comments on commit 3d4ab88

Please sign in to comment.