Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278727
b: refs/heads/master
c: 3589893
h: refs/heads/master
i:
  278725: cffece3
  278723: f653d69
  278719: 5beb26c
v: v3
  • Loading branch information
Pontus Fuchs authored and Luciano Coelho committed Dec 1, 2011
1 parent 12c25a2 commit 17f9f43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 341f2c11b5ce7689d3f0acb04574fe6424aa6be0
refs/heads/master: 358989352e70975d1c50ac2a49fc86d41d0518bd
5 changes: 3 additions & 2 deletions trunk/drivers/net/wireless/wl12xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ static int wl1271_fetch_firmware(struct wl1271 *wl)
ret = request_firmware(&fw, fw_name, wl->dev);

if (ret < 0) {
wl1271_error("could not get firmware: %d", ret);
wl1271_error("could not get firmware %s: %d", fw_name, ret);
return ret;
}

Expand Down Expand Up @@ -1093,7 +1093,8 @@ static int wl1271_fetch_nvs(struct wl1271 *wl)
ret = request_firmware(&fw, WL12XX_NVS_NAME, wl->dev);

if (ret < 0) {
wl1271_error("could not get nvs file: %d", ret);
wl1271_error("could not get nvs file %s: %d", WL12XX_NVS_NAME,
ret);
return ret;
}

Expand Down

0 comments on commit 17f9f43

Please sign in to comment.