summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_xl.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_xl.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_xl.c')
-rw-r--r--sys/pci/if_xl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index 05cd7b4..50ae7be 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -1740,7 +1740,7 @@ xl_detach(dev)
int rid, res;
sc = device_get_softc(dev);
- KASSERT(mtx_initialized(&sc->xl_mtx), "xl mutex not initialized");
+ KASSERT(mtx_initialized(&sc->xl_mtx), ("xl mutex not initialized"));
XL_LOCK(sc);
ifp = &sc->arpcom.ac_if;
OpenPOWER on IntegriCloud