From: Roland Dreier Date: Thu, 8 Nov 2007 12:50:58 +0000 (+0100) Subject: mmc: Fix sg helper copy-and-paste error X-Git-Tag: v2.6.24-rc3~174^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8578007065bd27ec077a74b5814f0fe4df040180;p=pandora-kernel.git 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 Tested-by: Romano Giannetti Signed-off-by: Jens Axboe --- Reading git-diff-tree failed