diff options
Diffstat (limited to 'drivers/net/wireless/ath9k/main.c')
-rw-r--r-- | drivers/net/wireless/ath9k/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/main.c b/drivers/net/wireless/ath9k/main.c index a4046a97c016..9c1fb96acc5b 100644 --- a/drivers/net/wireless/ath9k/main.c +++ b/drivers/net/wireless/ath9k/main.c | |||
@@ -1342,7 +1342,7 @@ static int ath_init(u16 devid, struct ath_softc *sc) | |||
1342 | ah = ath9k_hw_attach(devid, sc, sc->mem, &status); | 1342 | ah = ath9k_hw_attach(devid, sc, sc->mem, &status); |
1343 | if (ah == NULL) { | 1343 | if (ah == NULL) { |
1344 | DPRINTF(sc, ATH_DBG_FATAL, | 1344 | DPRINTF(sc, ATH_DBG_FATAL, |
1345 | "Unable to attach hardware; HAL status %u\n", status); | 1345 | "Unable to attach hardware; HAL status %d\n", status); |
1346 | error = -ENXIO; | 1346 | error = -ENXIO; |
1347 | goto bad; | 1347 | goto bad; |
1348 | } | 1348 | } |