summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_pcn.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_pcn.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_pcn.c')
-rw-r--r--sys/pci/if_pcn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_pcn.c b/sys/pci/if_pcn.c
index dccd125..1a25adf 100644
--- a/sys/pci/if_pcn.c
+++ b/sys/pci/if_pcn.c
@@ -674,7 +674,7 @@ pcn_detach(dev)
sc = device_get_softc(dev);
ifp = &sc->arpcom.ac_if;
- KASSERT(mtx_initialized(&sc->pcn_mtx), "pcn mutex not initialized");
+ KASSERT(mtx_initialized(&sc->pcn_mtx), ("pcn mutex not initialized"));
PCN_LOCK(sc);
if (device_is_alive(dev)) {
OpenPOWER on IntegriCloud