]> Pileus Git - ~andy/linux/blobdiff - drivers/net/wireless/ath/ath9k/xmit.c
ath9k: Print hw reset failure status as signed int
[~andy/linux] / drivers / net / wireless / ath / ath9k / xmit.c
index 41c42824a5caf998d57b556463f9b1af1fff1b7d..3f2bd79f945eef41b9c64811ed68c2fbf2b9a550 100644 (file)
@@ -1070,7 +1070,7 @@ void ath_drain_all_txq(struct ath_softc *sc, bool retry_tx)
                r = ath9k_hw_reset(ah, sc->sc_ah->curchan, true);
                if (r)
                        DPRINTF(sc, ATH_DBG_FATAL,
-                               "Unable to reset hardware; reset status %u\n",
+                               "Unable to reset hardware; reset status %d\n",
                                r);
                spin_unlock_bh(&sc->sc_resetlock);
        }