On Tue, Oct 19, 2021 at 11:37:17AM -0400, yanjun.zhu@xxxxxxxxx wrote: > From: Zhu Yanjun <yanjun.zhu@xxxxxxxxx> > > Since the function irdma_uk_cq_init always returns 0, so remove the check > to the returned value of the function irdma_uk_cq_init. > > Signed-off-by: Zhu Yanjun <yanjun.zhu@xxxxxxxxx> > Reviewed-by: Shiraz Saleem <shiraz.saleem@xxxxxxxxx> > --- > drivers/infiniband/hw/irdma/ctrl.c | 5 +---- > drivers/infiniband/hw/irdma/uk.c | 6 ++---- > drivers/infiniband/hw/irdma/user.h | 4 ++-- > 3 files changed, 5 insertions(+), 10 deletions(-) Applied to for-next, thanks Jason