forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 645e752c5a84baeb21015cdc85fc05b7d16312c8
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;