Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341487
b: refs/heads/master
c: 1799ddf
h: refs/heads/master
i:
  341485: adc70a6
  341483: 414d0e6
  341479: 34764d6
  341471: 4f96648
v: v3
  • Loading branch information
Hante Meuleman authored and John W. Linville committed Nov 16, 2012
1 parent d4153a7 commit 22e397e
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: 3e0a97e1507c482d2299a6ff24e597c1316ba60a
refs/heads/master: 1799ddf18597da5aa1319b089736aafd05481774
6 changes: 2 additions & 4 deletions trunk/drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -3994,10 +3994,8 @@ void *brcmf_sdbrcm_probe(u32 regsva, struct brcmf_sdio_dev *sdiodev)
/* if firmware path present try to download and bring up bus */
ret = brcmf_bus_start(bus->sdiodev->dev);
if (ret != 0) {
if (ret == -ENOLINK) {
brcmf_dbg(ERROR, "dongle is not responding\n");
goto fail;
}
brcmf_dbg(ERROR, "dongle is not responding\n");
goto fail;
}

return bus;
Expand Down

0 comments on commit 22e397e

Please sign in to comment.