summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_sis.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_sis.c')
-rw-r--r--sys/pci/if_sis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_sis.c b/sys/pci/if_sis.c
index 7c7b3cc..f8f3a77 100644
--- a/sys/pci/if_sis.c
+++ b/sys/pci/if_sis.c
@@ -1428,7 +1428,7 @@ sis_detach(dev)
struct ifnet *ifp;
sc = device_get_softc(dev);
- KASSERT(mtx_initialized(&sc->sis_mtx), "sis mutex not initialized");
+ KASSERT(mtx_initialized(&sc->sis_mtx), ("sis mutex not initialized"));
SIS_LOCK(sc);
ifp = &sc->arpcom.ac_if;
OpenPOWER on IntegriCloud