Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202628
b: refs/heads/master
c: 6458590
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Pirko authored and David S. Miller committed Jun 2, 2010
1 parent 17387b9 commit 7238971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 371121057607e3127e19b3fa094330181b5b031e
refs/heads/master: 64585909996de7deaf8aa5cf7629d775b16ee417
3 changes: 1 addition & 2 deletions trunk/drivers/net/bonding/bond_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ static ssize_t bonding_store_slaves(struct device *d,
{
char command[IFNAMSIZ + 1] = { 0, };
char *ifname;
int i, res, found, ret = count;
int i, res, ret = count;
u32 original_mtu;
struct slave *slave;
struct net_device *dev = NULL;
Expand All @@ -245,7 +245,6 @@ static ssize_t bonding_store_slaves(struct device *d,
if (command[0] == '+') {

/* Got a slave name in ifname. Is it already in the list? */
found = 0;

dev = __dev_get_by_name(dev_net(bond->dev), ifname);
if (!dev) {
Expand Down

0 comments on commit 7238971

Please sign in to comment.