linux/drivers/mmc/card
Roland Dreier 8578007065 mmc: Fix sg helper copy-and-paste error
Commit 45711f1a ("[SG] Update drivers to use sg helpers") had the
following bogus change in drivers/mmc/card/queue.c:

    > -			src_buf = page_address(src->page) + src->offset;
    > +			src_buf = sg_virt(dst);

(Notice that "src" is converted to "dst").  Turn this "dst" back into
the intended "src".

Signed-off-by: Roland Dreier <roland@digitalvampire.org>
Tested-by: Romano Giannetti <romano.giannetti@gmail.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2007-11-08 13:50:58 +01:00
..
Kconfig sdio: UART/GPS driver 2007-09-23 21:02:45 +02:00
Makefile sdio: UART/GPS driver 2007-09-23 21:02:45 +02:00
block.c MMC/SD card driver learns SPI 2007-09-23 21:39:47 +02:00
queue.c mmc: Fix sg helper copy-and-paste error 2007-11-08 13:50:58 +01:00
queue.h mmc: bounce requests for simple hosts 2007-07-09 21:22:53 +02:00
sdio_uart.c sdio: fix recursion issues between sdio-uart driver and tty layer 2007-09-23 21:24:52 +02:00