On Fri, Jul 19, 2019 at 09:29:38AM +0800, Mao Wenan wrote: > Fixes gcc '-Wunused-but-set-variable' warning: > > drivers/infiniband/sw/siw/siw_cm.c: In function siw_cep_set_inuse: > drivers/infiniband/sw/siw/siw_cm.c:223:6: warning: variable rv set but not used [-Wunused-but-set-variable] > > It is not used since commit 6c52fdc244b5("rdma/siw: connection management") > > Signed-off-by: Mao Wenan <maowenan@xxxxxxxxxx> > --- > drivers/infiniband/sw/siw/siw_cm.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Applied to for-rc Thanks, Jason