commit | 45711f1af6eff1a6d010703b4862e0d2b9afd056 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Mon Oct 22 21:19:53 2007 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Mon Oct 22 21:19:53 2007 +0200 |
tree | 3d0048f46e3df9d217d56127462ebe680348bd5a | |
parent | 78c2f0b8c285c5305b3e67b0595200541e15eb43 [diff] [blame] |
[SG] Update drivers to use sg helpers Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c index b397121..0db837e 100644 --- a/drivers/mmc/host/sdhci.c +++ b/drivers/mmc/host/sdhci.c
@@ -231,7 +231,7 @@ static inline char* sdhci_sg_to_buffer(struct sdhci_host* host) { - return page_address(host->cur_sg->page) + host->cur_sg->offset; + return sg_virt(host->cur_sg); } static inline int sdhci_next_sg(struct sdhci_host* host)