summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_wb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_wb.c')
-rw-r--r--sys/pci/if_wb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c
index adc8d83..c843db2 100644
--- a/sys/pci/if_wb.c
+++ b/sys/pci/if_wb.c
@@ -984,7 +984,7 @@ wb_detach(dev)
struct ifnet *ifp;
sc = device_get_softc(dev);
- KASSERT(mtx_initialized(&sc->wb_mtx), "wb mutex not initialized");
+ KASSERT(mtx_initialized(&sc->wb_mtx), ("wb mutex not initialized"));
WB_LOCK(sc);
ifp = &sc->arpcom.ac_if;
OpenPOWER on IntegriCloud