提交 64585909 编写于 作者: J Jiri Pirko 提交者: David S. Miller

bonding: remove unused variable "found"

Signed-off-by: NJiri Pirko <jpirko@redhat.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 37112105
...@@ -219,7 +219,7 @@ static ssize_t bonding_store_slaves(struct device *d, ...@@ -219,7 +219,7 @@ static ssize_t bonding_store_slaves(struct device *d,
{ {
char command[IFNAMSIZ + 1] = { 0, }; char command[IFNAMSIZ + 1] = { 0, };
char *ifname; char *ifname;
int i, res, found, ret = count; int i, res, ret = count;
u32 original_mtu; u32 original_mtu;
struct slave *slave; struct slave *slave;
struct net_device *dev = NULL; struct net_device *dev = NULL;
...@@ -245,7 +245,6 @@ static ssize_t bonding_store_slaves(struct device *d, ...@@ -245,7 +245,6 @@ static ssize_t bonding_store_slaves(struct device *d,
if (command[0] == '+') { if (command[0] == '+') {
/* Got a slave name in ifname. Is it already in the list? */ /* Got a slave name in ifname. Is it already in the list? */
found = 0;
dev = __dev_get_by_name(dev_net(bond->dev), ifname); dev = __dev_get_by_name(dev_net(bond->dev), ifname);
if (!dev) { if (!dev) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册