]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: rds: fix compile warning
authorZhu Yanjun <yanjun.zhu@oracle.com>
Wed, 31 Jul 2019 06:56:11 +0000 (02:56 -0400)
committerBrian Maly <brian.maly@oracle.com>
Wed, 7 Aug 2019 19:56:15 +0000 (15:56 -0400)
commitb567d12e95f6e14eb02e8b37ed677416418f5013
tree2fe8ca0a4a5cbe448c1cafaf9a6a844a55a3096c
parentba88cfe0462395a0dd8de950991728ba446716c1
net: rds: fix compile warning

The commit a5ee13ea4ae4 ("rds: IB: fix returned value not set error")
causes this problem. When compliling, the following warning will appear.
"
net/rds/ib.c: In function rds_ib_do_failover
net/rds/ib.c:1386: warning: unused variable ret
"

Orabug: 30118035

Fixes: a5ee13ea4ae4 ("rds: IB: fix returned value not set error")
Signed-off-by: Zhu Yanjun <yanjun.zhu@oracle.com>
Reviewed-by: Junxiao Bi<junxiao.bi@oracle.com>
Signed-off-by: Brian Maly <brian.maly@oracle.com>
net/rds/ib.c