Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130503
b: refs/heads/master
c: c25b9ab
h: refs/heads/master
i:
  130501: 94a2127
  130499: 15457e1
  130495: c9f92b8
v: v3
  • Loading branch information
Roel Kluin authored and David S. Miller committed Jan 30, 2009
1 parent 51889b9 commit 731a05a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e5664bb2a7fd8ae1bee1281c2e44653c471af9ca
refs/heads/master: c25b9abbc2c2c0da88e180c3933d6e773245815a
4 changes: 2 additions & 2 deletions trunk/drivers/net/skfp/skfddi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1003,9 +1003,9 @@ static int skfp_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
break;
case SKFP_CLR_STATS: /* Zero out the driver statistics */
if (!capable(CAP_NET_ADMIN)) {
memset(&lp->MacStat, 0, sizeof(lp->MacStat));
} else {
status = -EPERM;
} else {
memset(&lp->MacStat, 0, sizeof(lp->MacStat));
}
break;
default:
Expand Down

0 comments on commit 731a05a

Please sign in to comment.