IB/mthca: Fix uninitialized variable in mthca_alloc_qp()
authorJack Morgenstein <jackm@mellanox.co.il>
Wed, 22 Mar 2006 07:52:31 +0000 (09:52 +0200)
committerRoland Dreier <rolandd@cisco.com>
Fri, 24 Mar 2006 23:47:29 +0000 (15:47 -0800)
mthca_alloc_sqp() by mthca_set_qp_size() need to set qp->transport
before calling mthca_set_qp_size(), since the value is used there.

Signed-off-by: Jack Morgenstein <jackm@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>

No differences found