Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10939
b: refs/heads/master
c: ad18b0e
h: refs/heads/master
i:
  10937: 2413cf9
  10935: 00c6306
v: v3
  • Loading branch information
Panagiotis Issaris authored and Jeff Garzik committed Oct 28, 2005
1 parent c44304f commit 70e82a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4f075707a9380592586d608a8d04dfbdb3c40339
refs/heads/master: ad18b0ea089928367185e13d11424aea91d4b41f
4 changes: 4 additions & 0 deletions trunk/drivers/net/wireless/ipw2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -4030,6 +4030,10 @@ static struct ipw_rx_queue *ipw_rx_queue_alloc(struct ipw_priv *priv)
int i;

rxq = (struct ipw_rx_queue *)kmalloc(sizeof(*rxq), GFP_KERNEL);
if (unlikely(!rxq)) {
IPW_ERROR("memory allocation failed\n");
return NULL;
}
memset(rxq, 0, sizeof(*rxq));
spin_lock_init(&rxq->lock);
INIT_LIST_HEAD(&rxq->rx_free);
Expand Down

0 comments on commit 70e82a3

Please sign in to comment.