On Fri, Feb 18, 2022 at 07:05:12PM +0800, Wenpeng Liang wrote: > From: Chengchang Tang <tangchengchang@xxxxxxxxxx> > > The parameter "op_modifier" is only used for HIP06. It is useless for HIP08 > and later versions. After removing HIP06, this parameter is no longer used, > so remove it. > > Signed-off-by: Chengchang Tang <tangchengchang@xxxxxxxxxx> > Signed-off-by: Haoyue Xu <xuhaoyue1@xxxxxxxxxxxxx> > Signed-off-by: Wenpeng Liang <liangwenpeng@xxxxxxxxxx> > --- > drivers/infiniband/hw/hns/hns_roce_cmd.c | 36 ++++++++----------- > drivers/infiniband/hw/hns/hns_roce_cmd.h | 3 +- > drivers/infiniband/hw/hns/hns_roce_cq.c | 4 +-- > drivers/infiniband/hw/hns/hns_roce_device.h | 2 +- > drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 26 +++++++------- > .../infiniband/hw/hns/hns_roce_hw_v2_dfx.c | 2 +- > drivers/infiniband/hw/hns/hns_roce_mr.c | 6 ++-- > drivers/infiniband/hw/hns/hns_roce_srq.c | 4 +-- > 8 files changed, 37 insertions(+), 46 deletions(-) > Thanks, Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxx>