From 35e71f4a050af9100a931d737080b2818efa8c63 Mon Sep 17 00:00:00 2001 From: jhb Date: Mon, 31 Mar 2003 20:22:00 +0000 Subject: Add missing ()'s so that these drivers all compile again. Noticed by: jake Tested on: i386 (compile) --- sys/pci/if_tl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/pci/if_tl.c') 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; -- cgit v1.1