1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

Convert this to a debug printf; it's working fine now.

This commit is contained in:
Adrian Chadd 2012-11-08 17:32:55 +00:00
parent 78abbdd54f
commit d4c0d5d0d9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=242778

View File

@ -282,7 +282,7 @@ static void
ath_edma_recv_flush(struct ath_softc *sc)
{
device_printf(sc->sc_dev, "%s: called\n", __func__);
DPRINTF(sc, ATH_DEBUG_RECV, "%s: called\n", __func__);
ATH_PCU_LOCK(sc);
sc->sc_rxproc_cnt++;