From: Roland Dreier Date: Tue, 12 Feb 2008 22:38:22 +0000 (-0800) Subject: IB/mthca: Add missing sg_init_table() in mthca_map_user_db() X-Git-Tag: v2.6.25-rc2~8^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe174357eb2deb184c93269846c92adf5743115b;p=pandora-kernel.git IB/mthca: Add missing sg_init_table() in mthca_map_user_db() Usually harmless, since the scatterlist is always hard-coded to a length of 1, but it triggers a BUG() if CONFIG_DEBUG_SG=y, so we better fix it. This fixes . Signed-off-by: Roland Dreier --- Reading git-diff-tree failed