On Thu, Feb 24, 2022 at 01:28:32PM -0500, yanjun.zhu@xxxxxxxxx wrote: > From: Zhu Yanjun <yanjun.zhu@xxxxxxxxx> > > The function irdma_create_mg_ctx always returns 0, > so make it void and delete the return value check. > > Signed-off-by: Zhu Yanjun <yanjun.zhu@xxxxxxxxx> > Acked-by: Shiraz Saleem <shiraz.saleem@xxxxxxxxx> > --- > V1->V2: Remove the unused ret_code and rebase to the commit 2322d17abf0a > ("RDMA/irdma: Remove excess error variables") > --- > drivers/infiniband/hw/irdma/uda.c | 10 ++-------- > 1 file changed, 2 insertions(+), 8 deletions(-) Applied to for-next, thanks Jason