aboutsummaryrefslogtreecommitdiffstats
path: root/block/ll_rw_blk.c
diff options
context:
space:
mode:
authorRoland Dreier <roland@digitalvampire.org>2007-11-08 13:50:58 +0100
committerJens Axboe <jens.axboe@oracle.com>2007-11-08 13:50:58 +0100
commit8578007065bd27ec077a74b5814f0fe4df040180 (patch)
tree03a92735be6a0d1e6234cb73387c1cf8de1073e5 /block/ll_rw_blk.c
parentpktcdvd: fix BUG caused by sysfs module reference semantics change (diff)
downloadlinux-dev-8578007065bd27ec077a74b5814f0fe4df040180.tar.xz
linux-dev-8578007065bd27ec077a74b5814f0fe4df040180.zip
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions