From: Roland Dreier Date: Mon, 1 May 2006 17:40:23 +0000 (-0700) Subject: IB/mthca: Fix offset in query_gid method X-Git-Tag: v2.6.17-rc4~64^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=254abfd33a214617deb916585b306faee834c97f;p=pandora-kernel.git IB/mthca: Fix offset in query_gid method GuidInfo records have 8 byte GUIDs in them, so an index should be multiplied by 8 to get an offset. mthca_query_gid() was incorrectly multiplying by 16. Noticed by Leonid Keller . Signed-off-by: Roland Dreier --- Reading git-diff-tree failed