Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314055
b: refs/heads/master
c: 9d1c973
h: refs/heads/master
i:
  314053: 14cee36
  314051: bbebe0c
  314047: 84e2dcb
v: v3
  • Loading branch information
Arik Nemtsov authored and Luciano Coelho committed Jun 5, 2012
1 parent 499f925 commit 2223f47
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: 274c66cdcd89654de276be871627181b192a6e30
refs/heads/master: 9d1c973a7b569652cea0ea00dc7ac409b08a8381
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/ti/wl18xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,9 @@ int __devinit wl18xx_probe(struct platform_device *pdev)
{
struct wl1271 *wl;
struct ieee80211_hw *hw;
struct wl18xx_priv *priv;

hw = wlcore_alloc_hw(0);
hw = wlcore_alloc_hw(sizeof(*priv));
if (IS_ERR(hw)) {
wl1271_error("can't allocate hw");
return PTR_ERR(hw);
Expand Down

0 comments on commit 2223f47

Please sign in to comment.