Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236304
b: refs/heads/master
c: 4495c15
h: refs/heads/master
v: v3
  • Loading branch information
Xiaochen Wang authored and Greg Kroah-Hartman committed Mar 7, 2011
1 parent 008f010 commit 999c8db
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: cd92274093876c57fa4de0f219a552911ef9adc6
refs/heads/master: 4495c15f29a11c41d0a69a6e848307b0db7cc196
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rtl8712/rtl871x_ioctl_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ static int r871x_wx_set_priv(struct net_device *dev,

len = dwrq->length;
ext = _malloc(len);
if (!_malloc(len))
if (!ext)
return -ENOMEM;
if (copy_from_user(ext, dwrq->pointer, len)) {
kfree(ext);
Expand Down

0 comments on commit 999c8db

Please sign in to comment.