On Fri, Feb 18, 2022 at 07:05:15PM +0800, Wenpeng Liang wrote: > The "op" field of the mailbox occupies 8 bits, so the parameter "op" > should be of type u8. > > Signed-off-by: Wenpeng Liang <liangwenpeng@xxxxxxxxxx> > --- > drivers/infiniband/hw/hns/hns_roce_cmd.c | 12 ++++---- > drivers/infiniband/hw/hns/hns_roce_cmd.h | 2 +- > drivers/infiniband/hw/hns/hns_roce_device.h | 6 ++-- > drivers/infiniband/hw/hns/hns_roce_hem.c | 4 +-- > drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 33 ++++++++++----------- > 5 files changed, 28 insertions(+), 29 deletions(-) > Thanks, Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxx>