wm_linkintr_msix() should use WM_DEBUG_LINK instead of WM_DEBUG_TX.

This commit is contained in:
knakahara 2015-10-13 10:26:21 +00:00
parent 7d9bd782c2
commit 472815437c

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_wm.c,v 1.368 2015/10/13 10:21:21 knakahara Exp $ */
/* $NetBSD: if_wm.c,v 1.369 2015/10/13 10:26:21 knakahara Exp $ */
/*
* Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@ -83,7 +83,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.368 2015/10/13 10:21:21 knakahara Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.369 2015/10/13 10:26:21 knakahara Exp $");
#ifdef _KERNEL_OPT
#include "opt_net_mpsafe.h"
@ -7516,7 +7516,7 @@ wm_linkintr_msix(void *arg)
struct wm_softc *sc = arg;
uint32_t reg;
DPRINTF(WM_DEBUG_TX,
DPRINTF(WM_DEBUG_LINK,
("%s: LINK: got link intr\n", device_xname(sc->sc_dev)));
reg = CSR_READ(sc, WMREG_ICR);