linux/drivers/infiniband
Cheng Xu 95f911d949 RDMA/erdma: Eliminate unnecessary casting for erdma_post_cmd_wait
erdma_post_cmd_wait does not use the 'u64 *req' input parameter directly.
So it is better to define it to 'void *req', and by this we can eliminate
the casting when calling erdma_post_cmd_wait.

Signed-off-by: Cheng Xu <chengyou@linux.alibaba.com>
Link: https://lore.kernel.org/r/20220909093822.33868-2-chengyou@linux.alibaba.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
2022-09-20 14:27:51 +03:00
..
core IB/cm: Refactor cm_insert_listen() and cm_find_listen() 2022-08-30 12:14:23 +03:00
hw RDMA/erdma: Eliminate unnecessary casting for erdma_post_cmd_wait 2022-09-20 14:27:51 +03:00
sw RDMA/rxe: convert pr_warn to pr_debug 2022-09-08 11:03:15 +03:00
ulp RDMA/srp: Fix srp_abort() 2022-09-20 14:15:09 +03:00
Kconfig RDMA/erdma: Add driver to kernel build environment 2022-07-27 16:04:05 -03:00
Makefile