aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/if_pcn.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2003-03-31 20:22:00 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2003-03-31 20:22:00 +0000
commit59f47d29b7b5f0772d194cb018775f8a4b55444b (patch)
tree4c4dca2b0899c6d629f03e914ed7e3e71e575bca /sys/pci/if_pcn.c
parentc82feacd9bfd46e51ed2174796ea10fdc02c3121 (diff)
downloadsrc-59f47d29b7b5f0772d194cb018775f8a4b55444b.tar.gz
src-59f47d29b7b5f0772d194cb018775f8a4b55444b.zip
Add missing ()'s so that these drivers all compile again.
Noticed by: jake Tested on: i386 (compile)
Notes
Notes: svn path=/head/; revision=112880
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 dccd125ee685..1a25adf01cb6 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)) {