Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328223
b: refs/heads/master
c: 9cd23a7
h: refs/heads/master
i:
  328221: f3391d4
  328219: e6af5da
  328215: 9a0f9a4
  328207: 0351cda
  328191: ac852d2
v: v3
  • Loading branch information
Hante Meuleman authored and John W. Linville committed Sep 24, 2012
1 parent fcadd12 commit 995ea37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 4531603a7acb1463ec0b466dcfedc6682e7a1718
refs/heads/master: 9cd23a7191f1abc32252ba92494a910d5cc5fd02
6 changes: 2 additions & 4 deletions trunk/drivers/net/wireless/brcm80211/brcmfmac/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1340,10 +1340,8 @@ static int brcmf_usb_probe_cb(struct brcmf_usbdev_info *devinfo,
struct device *dev = devinfo->dev;

bus_pub = brcmf_usb_attach(devinfo, BRCMF_USB_NRXQ, BRCMF_USB_NTXQ);
if (!bus_pub) {
ret = -ENODEV;
goto fail;
}
if (!bus_pub)
return -ENODEV;

bus = kzalloc(sizeof(struct brcmf_bus), GFP_ATOMIC);
if (!bus) {
Expand Down

0 comments on commit 995ea37

Please sign in to comment.