Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134067
b: refs/heads/master
c: 295834f
h: refs/heads/master
i:
  134065: 7dd64c4
  134063: ed4b463
v: v3
  • Loading branch information
Gabor Juhos authored and John W. Linville committed Jan 29, 2009
1 parent 82314bd commit 3d600b4
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: dc822b5db479dc0178d5c04cbb656dad0b6564fb
refs/heads/master: 295834fe3605fd50265399c266fe0a5ccc76edc8
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath9k/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,7 @@ static int ath_init(u16 devid, struct ath_softc *sc)
ah = ath9k_hw_attach(devid, sc, sc->mem, &status);
if (ah == NULL) {
DPRINTF(sc, ATH_DBG_FATAL,
"Unable to attach hardware; HAL status %u\n", status);
"Unable to attach hardware; HAL status %d\n", status);
error = -ENXIO;
goto bad;
}
Expand Down

0 comments on commit 3d600b4

Please sign in to comment.