Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278481
b: refs/heads/master
c: ad9547c
h: refs/heads/master
i:
  278479: ccafa49
v: v3
  • Loading branch information
Dan Carpenter authored and John W. Linville committed Nov 30, 2011
1 parent 7fefa65 commit 81bd1e6
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 7468722b681ff4ea3f2cb612a28943c01c1b492a
refs/heads/master: ad9547c0413686a23e48793665a9ebd3e65c474c
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh_sdmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,10 @@ static int brcmf_ops_sdio_probe(struct sdio_func *func,
if (!bus_if)
return -ENOMEM;
sdiodev = kzalloc(sizeof(struct brcmf_sdio_dev), GFP_KERNEL);
if (!sdiodev)
if (!sdiodev) {
kfree(bus_if);
return -ENOMEM;
}
sdiodev->dev = &func->card->dev;
sdiodev->func[0] = func->card->sdio_func[0];
sdiodev->func[1] = func;
Expand Down

0 comments on commit 81bd1e6

Please sign in to comment.