diff options
-rw-r--r-- | drivers/infiniband/hw/hfi1/rc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/hfi1/rc.c b/drivers/infiniband/hw/hfi1/rc.c index fd01a760259f..af5f7936f7e5 100644 --- a/drivers/infiniband/hw/hfi1/rc.c +++ b/drivers/infiniband/hw/hfi1/rc.c | |||
@@ -814,7 +814,7 @@ static inline void hfi1_make_rc_ack_16B(struct rvt_qp *qp, | |||
814 | struct hfi1_pportdata *ppd = ppd_from_ibp(ibp); | 814 | struct hfi1_pportdata *ppd = ppd_from_ibp(ibp); |
815 | struct hfi1_16b_header *hdr = &opa_hdr->opah; | 815 | struct hfi1_16b_header *hdr = &opa_hdr->opah; |
816 | struct ib_other_headers *ohdr; | 816 | struct ib_other_headers *ohdr; |
817 | u32 bth0, bth1; | 817 | u32 bth0, bth1 = 0; |
818 | u16 len, pkey; | 818 | u16 len, pkey; |
819 | u8 becn = !!is_fecn; | 819 | u8 becn = !!is_fecn; |
820 | u8 l4 = OPA_16B_L4_IB_LOCAL; | 820 | u8 l4 = OPA_16B_L4_IB_LOCAL; |