diff options
author | Guoqing Jiang <[email protected]> | 2023-07-31 17:21:06 +0800 |
---|---|---|
committer | Leon Romanovsky <[email protected]> | 2023-08-13 10:26:11 +0300 |
commit | 25944c068139f6eabc1418458479c30c2f6b2f10 (patch) | |
tree | 9a4f6c60fda6173fb0375dce7db8df96232c649d /drivers/fpga/xilinx-selectmap.c | |
parent | d952f54d01ec2ea5ee9d5e21f2ea3a5807b4bcbc (diff) |
RDMA/cxgb4: Set sq_sig_type correctly
Replace '0' with IB_SIGNAL_REQ_WR given the sq_sig_type is either
IB_SIGNAL_ALL_WR or IB_SIGNAL_REQ_WR per the below.
enum ib_sig_type {
IB_SIGNAL_ALL_WR,
IB_SIGNAL_REQ_WR
};
Signed-off-by: Guoqing Jiang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Leon Romanovsky <[email protected]>
Diffstat (limited to 'drivers/fpga/xilinx-selectmap.c')
0 files changed, 0 insertions, 0 deletions