Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23324
b: refs/heads/master
c: 8abceaf
h: refs/heads/master
v: v3
  • Loading branch information
Eugene Teo authored and John W. Linville committed Mar 23, 2006
1 parent 3171916 commit 42c5604
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 54b85f489bdfafc9306dfcc21e0d2687c34c3b34
refs/heads/master: 8abceaf1cf44b9d95bcc366fa277b33e292141c4
2 changes: 0 additions & 2 deletions trunk/drivers/net/wireless/hostap/hostap_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -585,8 +585,6 @@ static int prism2_config(dev_link_t *link)
parse = kmalloc(sizeof(cisparse_t), GFP_KERNEL);
hw_priv = kmalloc(sizeof(*hw_priv), GFP_KERNEL);
if (parse == NULL || hw_priv == NULL) {
kfree(parse);
kfree(hw_priv);
ret = -ENOMEM;
goto failed;
}
Expand Down

0 comments on commit 42c5604

Please sign in to comment.