summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_sf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_sf.c')
-rw-r--r--sys/pci/if_sf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_sf.c b/sys/pci/if_sf.c
index 288ca7e..bacce60 100644
--- a/sys/pci/if_sf.c
+++ b/sys/pci/if_sf.c
@@ -835,7 +835,7 @@ sf_detach(dev)
struct ifnet *ifp;
sc = device_get_softc(dev);
- KASSERT(mtx_initialized(&sc->sf_mtx), "sf mutex not initialized");
+ KASSERT(mtx_initialized(&sc->sf_mtx), ("sf mutex not initialized"));
SF_LOCK(sc);
ifp = &sc->arpcom.ac_if;
OpenPOWER on IntegriCloud