Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211089
b: refs/heads/master
c: df6d023
h: refs/heads/master
i:
  211087: 20700c0
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Sep 20, 2010
1 parent 572bee9 commit 0c30b47
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: 7acc7c683a747689aaaaad4fce1683fc3f85e552
refs/heads/master: df6d02300f7c2fbd0fbe626d819c8e5237d72c62
2 changes: 1 addition & 1 deletion trunk/net/wireless/wext-priv.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ static int ioctl_private_iw_point(struct iw_point *iwp, unsigned int cmd,
} else if (!iwp->pointer)
return -EFAULT;

extra = kmalloc(extra_size, GFP_KERNEL);
extra = kzalloc(extra_size, GFP_KERNEL);
if (!extra)
return -ENOMEM;

Expand Down

0 comments on commit 0c30b47

Please sign in to comment.