diff options
author | Doug Ledford <dledford@redhat.com> | 2017-10-18 10:15:14 -0400 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-10-18 10:15:14 -0400 |
commit | e527ff92b69f0fc184b22038fd600aec7bf0ce61 (patch) | |
tree | 43b72d694e2deab25a2f9d0cd5d9cf8d381b9ae5 /drivers/infiniband/hw/hfi1/rc.c | |
parent | bd8c2021ab1e2891e393e7cf2fb6f3842449c742 (diff) | |
parent | f9586abfa333143d67e3362dfb2a19ae45d82441 (diff) | |
download | linux-stable-e527ff92b69f0fc184b22038fd600aec7bf0ce61.tar.gz linux-stable-e527ff92b69f0fc184b22038fd600aec7bf0ce61.tar.bz2 linux-stable-e527ff92b69f0fc184b22038fd600aec7bf0ce61.zip |
Merge branch 'hfi1' into k.o/for-next
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/hfi1/rc.c')
-rw-r--r-- | drivers/infiniband/hw/hfi1/rc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/hfi1/rc.c b/drivers/infiniband/hw/hfi1/rc.c index 8ca26e67a096..32d7bbe9738c 100644 --- a/drivers/infiniband/hw/hfi1/rc.c +++ b/drivers/infiniband/hw/hfi1/rc.c @@ -276,7 +276,6 @@ int hfi1_make_rc_req(struct rvt_qp *qp, struct hfi1_pkt_state *ps) if (IS_ERR(ps->s_txreq)) goto bail_no_tx; - ps->s_txreq->phdr.hdr.hdr_type = priv->hdr_type; if (priv->hdr_type == HFI1_PKT_TYPE_9B) { /* header size in 32-bit words LRH+BTH = (8+12)/4. */ hwords = 5; |