Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184298
b: refs/heads/master
c: 7af3351
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Feb 17, 2010
1 parent 349f865 commit 3b5aad0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: a07da6df730b1fef933f66c03b0e51d5e7ad5b3e
refs/heads/master: 7af3351f71f4b3b5dbccb66cdc9b097052760a7f
3 changes: 0 additions & 3 deletions trunk/net/core/ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -654,9 +654,6 @@ static int ethtool_reset(struct net_device *dev, char __user *useraddr)
if (copy_from_user(&reset, useraddr, sizeof(reset)))
return -EFAULT;

/* Clear ethtool n-tuple list */
ethtool_ntuple_flush(dev);

ret = dev->ethtool_ops->reset(dev, &reset.data);
if (ret)
return ret;
Expand Down

0 comments on commit 3b5aad0

Please sign in to comment.