On Thu, Jul 08, 2021 at 02:47:52AM -0400, yanjun.zhu@xxxxxxxxx wrote: > From: Zhu Yanjun <yanjun.zhu@xxxxxxxxx> > > Since the function irdma_sc_parse_fpm_commit_buf always returns 0, > remove the returned value check and change the returned type to void. > > Fixes: 3f49d6842569 ("RDMA/irdma: Implement HW Admin Queue OPs") > Signed-off-by: Zhu Yanjun <yanjun.zhu@xxxxxxxxx> > Reviewed-by: Majd Dibbiny <majd@xxxxxxxxxx> > Acked-by: Tatyana Nikolova <tatyana.e.nikolova@xxxxxxxxx> > --- > drivers/infiniband/hw/irdma/ctrl.c | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-) Applied to for-rc, thanks Jason