Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171413
b: refs/heads/master
c: e9a6269
h: refs/heads/master
i:
  171411: c56e60f
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Nov 4, 2009
1 parent 9cf42ff commit ffe181a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: c327d96759ac134384114830e19ded80e29fdcc4
refs/heads/master: e9a6269d5bcb1c7cd18cea02a9a73fac8712f2d1
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/wl12xx/wl1271_rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ static void wl1271_rx_handle_data(struct wl1271 *wl, u32 length)
u8 *buf;
u8 beacon = 0;

skb = dev_alloc_skb(length);
skb = __dev_alloc_skb(length, GFP_KERNEL);
if (!skb) {
wl1271_error("Couldn't allocate RX frame");
return;
Expand Down

0 comments on commit ffe181a

Please sign in to comment.