[patch 12/15] MMC: S3C24XX MMC/SD driver fixes for sg_ access.

From: Ben Dooks
Date: Fri Jun 06 2008 - 11:58:40 EST


Fix sg_ usage in the S3C24XX MMC driver.

Signed-off-by: Ben Dooks <ben-linux@xxxxxxxxx>

Index: linux-2.6.26-rc5-q/drivers/mmc/host/s3cmci.c
===================================================================
--- linux-2.6.26-rc5-q.orig/drivers/mmc/host/s3cmci.c 2008-06-06 15:47:28.000000000 +0100
+++ linux-2.6.26-rc5-q/drivers/mmc/host/s3cmci.c 2008-06-06 15:47:30.000000000 +0100
@@ -204,7 +204,7 @@ static inline int get_data_buffer(struct
sg = &host->mrq->data->sg[host->pio_sgptr];

*words = sg->length >> 2;
- *pointer= page_address(sg->page) + sg->offset;
+ *pointer= sg_virt(sg);

host->pio_sgptr++;


--
Ben (ben@xxxxxxxxx, http://www.fluff.org/)

'a smiley only costs 4 bytes'
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/