commit | b3f64967fafad2d3487cdba18bc5166aec33a823 | [log] [tgz] |
---|---|---|
author | Jack Morgenstein <jackm@mellanox.co.il> | Wed Mar 22 09:52:31 2006 +0200 |
committer | Roland Dreier <rolandd@cisco.com> | Fri Mar 24 15:47:29 2006 -0800 |
tree | a0beb8a5ef4e0b9a30e5f456abc887d7af0391b1 | |
parent | d4301e2c6685c87206f24f54969120b182119ab0 [diff] |
IB/mthca: Fix uninitialized variable in mthca_alloc_qp() 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>