Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314101
b: refs/heads/master
c: 4f64a1e
h: refs/heads/master
i:
  314099: 35897b1
v: v3
  • Loading branch information
Luciano Coelho committed Jun 5, 2012
1 parent a6f8eda commit b787ff3
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 4b9d2365d51e9726cd288dbeebf20a80d3ac8a38
refs/heads/master: 4f64a1e93f4749ea2ecacb7e93485ef9607b4e48
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/ti/wlcore/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,8 @@ static void wl1271_fw_wakeup(struct wl1271 *wl)
static int wl1271_setup(struct wl1271 *wl)
{
wl->fw_status_1 = kmalloc(WLCORE_FW_STATUS_1_LEN(wl->num_rx_desc) +
sizeof(*wl->fw_status_2), GFP_KERNEL);
sizeof(*wl->fw_status_2) +
wl->fw_status_priv_len, GFP_KERNEL);
if (!wl->fw_status_1)
return -ENOMEM;

Expand Down

0 comments on commit b787ff3

Please sign in to comment.