From 59f47d29b7b5f0772d194cb018775f8a4b55444b Mon Sep 17 00:00:00 2001 From: John Baldwin 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/dev/dc/if_dc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/dc') diff --git a/sys/dev/dc/if_dc.c b/sys/dev/dc/if_dc.c index 61672ef6c454..1fb594c0caa9 100644 --- a/sys/dev/dc/if_dc.c +++ b/sys/dev/dc/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.3