From: Haavard Skinnemoen Date: Fri, 23 Nov 2007 09:19:00 +0000 (+0100) Subject: mmc: Add missing sg_init_table() call X-Git-Tag: v2.6.24-rc4~87^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05e5b136459b11cd9559370d5756719e08074fe0;p=pandora-kernel.git mmc: Add missing sg_init_table() call mmc_init_queue only initializes the scatterlists with sg_init_table() when using a bounce buffer. This leads to a BUG() when CONFIG_DEBUG_SG is set. Signed-off-by: Haavard Skinnemoen Signed-off-by: Jens Axboe --- Reading git-diff-tree failed