From: Michael S. Tsirkin Date: Thu, 12 Jan 2006 23:55:41 +0000 (-0800) Subject: IB/mthca: Initialize grh_present before using it X-Git-Tag: v2.6.16-rc1~172^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eacee2ac624bfa9740d49355dbe6ee88d0cba0a;p=pandora-kernel.git IB/mthca: Initialize grh_present before using it build_mlx_header() was using sqp->ud_header.grh_present before it was initialized by mthca_read_ah(). Furthermore, header->grh_present is set by ib_ud_header_init, so there's no need to set it again in mthca_read_ah(). Signed-off-by: Michael S. Tsirkin Signed-off-by: Roland Dreier --- Reading git-diff-tree failed