Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362401
b: refs/heads/master
c: 3eaa956
h: refs/heads/master
i:
  362399: 700b8cb
v: v3
  • Loading branch information
Franky Lin authored and John W. Linville committed Apr 3, 2013
1 parent 64a7b32 commit 2cf9502
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: c5bf53a826d22c284e6e1d309d32c388684e26a7
refs/heads/master: 3eaa956c5b18b9c955ae5a4e6e6909cae23f38e0
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -3317,15 +3317,15 @@ static int _brcmf_sdbrcm_download_firmware(struct brcmf_sdio *bus)
goto err;
}

/* External image takes precedence if specified */
if (brcmf_sdbrcm_download_code_file(bus)) {
brcmf_err("dongle image file download failed\n");
goto err;
}

/* External nvram takes precedence if specified */
if (brcmf_sdbrcm_download_nvram(bus))
if (brcmf_sdbrcm_download_nvram(bus)) {
brcmf_err("dongle nvram file download failed\n");
goto err;
}

/* Take arm out of reset */
if (brcmf_sdbrcm_download_state(bus, false)) {
Expand Down

0 comments on commit 2cf9502

Please sign in to comment.