]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
IB/hns: Remove unused parameters in some functions
authorLijun Ou <oulijun@huawei.com>
Tue, 20 Sep 2016 16:06:54 +0000 (17:06 +0100)
committerDoug Ledford <dledford@redhat.com>
Mon, 3 Oct 2016 15:43:15 +0000 (11:43 -0400)
commita4be892e834e8a5a38279c2ebca747b5c7a68f75
treefdc631799af16d969e39fd9828ce51a5193863eb
parent1cfbfdd84274fcfb922d814acf3c709e9ae5fa00
IB/hns: Remove unused parameters in some functions

The parameter named collapsed unused in hns_roce_cq_alloc.
Also, parameter named doorbell_lock unsed in
hns_roce_v1_cq_set_ci. This patch optimize these parameters.

Signed-off-by: Lijun Ou <oulijun@huawei.com>
Reviewed-by: Wei Hu <xavier.huwei@huawei.com>
Signed-off-by: Salil Mehta <salil.mehta@huawei.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/hns/hns_roce_cq.c
drivers/infiniband/hw/hns/hns_roce_device.h
drivers/infiniband/hw/hns/hns_roce_hw_v1.c
drivers/infiniband/hw/hns/hns_roce_main.c