Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202751
b: refs/heads/master
c: 1d66fa7
h: refs/heads/master
i:
  202749: c4224bf
  202747: 665a4f2
  202743: b3e8f62
  202735: 83c83b5
  202719: 58a86d5
  202687: 79eb433
  202623: 8ebc8d0
  202495: f7e0dc1
  202239: 87e0a68
  201727: bce1f8f
  200703: 6a55196
v: v3
  • Loading branch information
Julia Lawall authored and John W. Linville committed Jun 2, 2010
1 parent 627aa48 commit 09c99c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 27b81bbed881ae93e8c23c216129cdeee86d4051
refs/heads/master: 1d66fa777d674da3a5172dcdd930f8928b1904c6
4 changes: 1 addition & 3 deletions trunk/drivers/net/wireless/orinoco/wext.c
Original file line number Diff line number Diff line change
Expand Up @@ -993,11 +993,9 @@ static int orinoco_ioctl_set_genie(struct net_device *dev,
return -EINVAL;

if (wrqu->data.length) {
buf = kmalloc(wrqu->data.length, GFP_KERNEL);
buf = kmemdup(extra, wrqu->data.length, GFP_KERNEL);
if (buf == NULL)
return -ENOMEM;

memcpy(buf, extra, wrqu->data.length);
} else
buf = NULL;

Expand Down

0 comments on commit 09c99c4

Please sign in to comment.