hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/infiniband/hw/hfi1/verbs.c
....@@ -820,8 +820,8 @@
820820
821821 /* add icrc, lt byte, and padding to flit */
822822 if (extra_bytes)
823
- ret = sdma_txadd_daddr(sde->dd, &tx->txreq,
824
- sde->dd->sdma_pad_phys, extra_bytes);
823
+ ret = sdma_txadd_daddr(sde->dd, &tx->txreq, sde->dd->sdma_pad_phys,
824
+ extra_bytes);
825825
826826 bail_txadd:
827827 return ret;