summaryrefslogtreecommitdiff
path: root/sys/pci/if_xl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_xl.c')
-rw-r--r--sys/pci/if_xl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index 05cd7b44dea8..50ae7bea10b6 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -1740,7 +1740,7 @@ xl_detach(dev)
int rid, res;
sc = device_get_softc(dev);
- KASSERT(mtx_initialized(&sc->xl_mtx), "xl mutex not initialized");
+ KASSERT(mtx_initialized(&sc->xl_mtx), ("xl mutex not initialized"));
XL_LOCK(sc);
ifp = &sc->arpcom.ac_if;