Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228241
b: refs/heads/master
c: b834517
h: refs/heads/master
i:
  228239: 09d1b2e
v: v3
  • Loading branch information
David Chosrova authored and Greg Kroah-Hartman committed Dec 1, 2010
1 parent 7f64627 commit ea6d5f8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8c66be9203d891ea37346a78925f0e6534b98bd3
refs/heads/master: b834517572d19d34c9cd9adb878aec3138db9224
2 changes: 2 additions & 0 deletions trunk/drivers/staging/rtl8192u/r8192U_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2198,6 +2198,8 @@ short rtl8192_usb_initendpoints(struct net_device *dev)

priv->rx_urb = kmalloc(sizeof(struct urb *) * (MAX_RX_URB+1),
GFP_KERNEL);
if (priv->rx_urb == NULL)
return -ENOMEM;

#ifndef JACKSON_NEW_RX
for(i=0;i<(MAX_RX_URB+1);i++){
Expand Down

0 comments on commit ea6d5f8

Please sign in to comment.