Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377035
b: refs/heads/master
c: e0e29b6
h: refs/heads/master
i:
  377033: a2bb4fb
  377031: 6805f5f
v: v3
  • Loading branch information
Kees Cook authored and John W. Linville committed Jun 12, 2013
1 parent 61c35d6 commit e4419ed
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 5efac94999ff218e0101f67a059e44abb4b0b523
refs/heads/master: e0e29b683d6784ef59bbc914eac85a04b650e63c
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/b43/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2458,7 +2458,7 @@ static void b43_request_firmware(struct work_struct *work)
for (i = 0; i < B43_NR_FWTYPES; i++) {
errmsg = ctx->errors[i];
if (strlen(errmsg))
b43err(dev->wl, errmsg);
b43err(dev->wl, "%s", errmsg);
}
b43_print_fw_helptext(dev->wl, 1);
goto out;
Expand Down

0 comments on commit e4419ed

Please sign in to comment.