mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 21:20:50 +07:00
RDS/IB: Remove unused variable in ib_remove_addr()
Signed-off-by: Andy Grover <andy.grover@oracle.com>
This commit is contained in:
parent
764f2dd92f
commit
4a81802b5e
@ -116,7 +116,7 @@ static int rds_ib_add_ipaddr(struct rds_ib_device *rds_ibdev, __be32 ipaddr)
|
||||
|
||||
static void rds_ib_remove_ipaddr(struct rds_ib_device *rds_ibdev, __be32 ipaddr)
|
||||
{
|
||||
struct rds_ib_ipaddr *i_ipaddr, *next;
|
||||
struct rds_ib_ipaddr *i_ipaddr;
|
||||
struct rds_ib_ipaddr *to_free = NULL;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user