summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_tl.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-03-31 20:22:00 +0000
committerjhb <jhb@FreeBSD.org>2003-03-31 20:22:00 +0000
commit35e71f4a050af9100a931d737080b2818efa8c63 (patch)
tree4c4dca2b0899c6d629f03e914ed7e3e71e575bca /sys/pci/if_tl.c
parent28fd4ae8c51a5b1c5d1f3efaede95c3588e8eca9 (diff)
downloadFreeBSD-src-35e71f4a050af9100a931d737080b2818efa8c63.zip
FreeBSD-src-35e71f4a050af9100a931d737080b2818efa8c63.tar.gz
Add missing ()'s so that these drivers all compile again.
Noticed by: jake Tested on: i386 (compile)
Diffstat (limited to 'sys/pci/if_tl.c')
-rw-r--r--sys/pci/if_tl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c
index 1b8bf7b..6c0c399 100644
--- a/sys/pci/if_tl.c
+++ b/sys/pci/if_tl.c
@@ -1352,7 +1352,7 @@ tl_detach(dev)
struct ifnet *ifp;
sc = device_get_softc(dev);
- KASSERT(mtx_initialized(&sc->tl_mtx), "tl mutex not initialized");
+ KASSERT(mtx_initialized(&sc->tl_mtx), ("tl mutex not initialized"));
TL_LOCK(sc);
ifp = &sc->arpcom.ac_if;
OpenPOWER on IntegriCloud