Re: [PATCH 0/3] RDMA/irdma: do some cleanups
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-07-15 18:19:17
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-07-15 18:19:17
On Tue, Jul 13, 2021 at 11:11:27PM -0400, yanjun.zhu@linux.dev wrote:
From: Zhu Yanjun <redacted>
Since the functions irdma_sc_repost_aeq_entries, irdma_set_hw_rsrc and
irdma_setup_virt_qp always return 0, remove the returned value check
and change the returned type to void.
Zhu Yanjun (3):
RDMA/irdma: change the returned type of irdma_sc_repost_aeq_entries to
void
RDMA/irdma: change the returned type of irdma_set_hw_rsrc to void
RDMA/irdma: change returned type of irdma_setup_virt_qp to voidApplied to for-next, thanks Jason