Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232459
b: refs/heads/master
c: b7c7d01
h: refs/heads/master
i:
  232457: 6e160c5
  232455: 5ed7db1
v: v3
  • Loading branch information
Eugene Teo authored and David S. Miller committed Jan 25, 2011
1 parent baecd38 commit 8f94d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: d80bc0fd262ef840ed4e82593ad6416fa1ba3fc4
refs/heads/master: b7c7d01aaed1f71d9afe815a569f0a81465a1744
2 changes: 1 addition & 1 deletion trunk/net/core/ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ static int ethtool_get_regs(struct net_device *dev, char __user *useraddr)
if (regs.len > reglen)
regs.len = reglen;

regbuf = vmalloc(reglen);
regbuf = vzalloc(reglen);
if (!regbuf)
return -ENOMEM;

Expand Down

0 comments on commit 8f94d5b

Please sign in to comment.