Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324742
b: refs/heads/master
c: b755342
h: refs/heads/master
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Sep 4, 2012
1 parent 525db4f commit 5bde5fc
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: 3cd84fbd667d1dd01209b8c30a3a8525e8a99e63
refs/heads/master: b7553423cde0cb49a35fabcb15f83688c01ce400
4 changes: 1 addition & 3 deletions trunk/drivers/staging/rtl8192u/r8192U_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2808,9 +2808,7 @@ static void rtl8192_init_priv_variable(struct net_device* dev)
(priv->EarlyRxThreshold == 7 ? RCR_ONLYERLPKT:0);

priv->AcmControl = 0;
priv->pFirmware = kmalloc(sizeof(rt_firmware), GFP_KERNEL);
if (priv->pFirmware)
memset(priv->pFirmware, 0, sizeof(rt_firmware));
priv->pFirmware = kzalloc(sizeof(rt_firmware), GFP_KERNEL);

/* rx related queue */
skb_queue_head_init(&priv->rx_queue);
Expand Down

0 comments on commit 5bde5fc

Please sign in to comment.