diff options
Diffstat (limited to 'drivers/ipoe/ipoe.c')
-rw-r--r-- | drivers/ipoe/ipoe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ipoe/ipoe.c b/drivers/ipoe/ipoe.c index edf26cd..c8048dc 100644 --- a/drivers/ipoe/ipoe.c +++ b/drivers/ipoe/ipoe.c @@ -1450,7 +1450,7 @@ static int ipoe_nl_cmd_del_interface(struct sk_buff *skb, struct genl_info *info kfree_rcu(i, rcu_head); - if (ifindex == -1) + if (ifindex != -1) break; } } |