commit c1efdcfb9aa0337cb811b419b2c05100112aaf23 Author: Jiri Slaby Date: Fri Jul 6 23:08:00 2007 +0200 remove QNUM printk diff --git a/ath/if_ath_pci.c b/ath/if_ath_pci.c index cf6b618..4844e21 100644 --- a/ath/if_ath_pci.c +++ b/ath/if_ath_pci.c @@ -1313,7 +1313,6 @@ static struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, ath5k_hw_release_tx_queue(ah, qnum); return ERR_PTR(-EINVAL); } - printk(KERN_DEBUG "QNUM: %d\n", qnum); txq = &sc->txqs[qnum]; if (!txq->setup) { txq->qnum = qnum;