IB/mthca: Initialize grh_present before using it
authorMichael S. Tsirkin <mst@mellanox.co.il>
Thu, 12 Jan 2006 23:55:41 +0000 (15:55 -0800)
committerRoland Dreier <rolandd@cisco.com>
Thu, 12 Jan 2006 23:55:41 +0000 (15:55 -0800)
commit9eacee2ac624bfa9740d49355dbe6ee88d0cba0a
tree44226d2cee7f9b9f1e588e27664cc2db15fb3eda
parentc063a06835d3ccfa6c039d3a3869fcf22249c862
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 <mst@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/mthca/mthca_av.c
drivers/infiniband/hw/mthca/mthca_dev.h
drivers/infiniband/hw/mthca/mthca_qp.c