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_dc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/pci/if_dc.c') diff --git a/sys/pci/if_dc.c b/sys/pci/if_dc.c index 61672ef..1fb594c 100644 --- a/sys/pci/if_dc.c +++ b/sys/pci/if_dc.c @@ -2319,7 +2319,7 @@ dc_detach(dev) struct dc_mediainfo *m; sc = device_get_softc(dev); - KASSERT(mtx_initialized(&sc->dc_mtx), "dc mutex not initialized"); + KASSERT(mtx_initialized(&sc->dc_mtx), ("dc mutex not initialized")); DC_LOCK(sc); ifp = &sc->arpcom.ac_if; -- cgit v1.1