Files
android_kernel_xiaomi_sm8450/drivers/infiniband/hw
Leon Romanovsky 7a63b31efb RDMA/hns: Remove not used UAR assignment
UAR in CQ is not used and generates the following compilation
warning, clean the code by removing uar assignment.

drivers/infiniband/hw/hns/hns_roce_cq.c: In function _create_user_cq_:
drivers/infiniband/hw/hns/hns_roce_cq.c:305:27: warning: parameter _uar_ set but not used [-Wunused-but-set-parameter]
  305 |      struct hns_roce_uar *uar,
      |      ~~~~~~~~~~~~~~~~~~~~~^~~

Fixes: 4f8f0d5e33 ("RDMA/hns: Package the flow of creating cq")
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Link: https://lore.kernel.org/r/20190801114827.24263-1-leon@kernel.org
Signed-off-by: Doug Ledford <dledford@redhat.com>
2019-08-05 12:16:24 -04:00
..
2019-07-03 14:26:49 -03:00
2019-07-29 13:51:52 -04:00
2019-07-31 15:02:02 -04:00
2019-07-03 14:26:49 -03:00
2019-07-03 14:26:49 -03:00
2019-07-25 13:53:45 -03:00
2019-07-25 14:02:00 -03:00
2019-06-13 09:59:49 -04:00