summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_rl.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_rl.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_rl.c')
-rw-r--r--sys/pci/if_rl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c
index 62c4624..7ce1500 100644
--- a/sys/pci/if_rl.c
+++ b/sys/pci/if_rl.c
@@ -1103,7 +1103,7 @@ rl_detach(dev)
struct ifnet *ifp;
sc = device_get_softc(dev);
- KASSERT(mtx_initialized(&sc->rl_mtx), "rl mutex not initialized");
+ KASSERT(mtx_initialized(&sc->rl_mtx), ("rl mutex not initialized"));
RL_LOCK(sc);
ifp = &sc->arpcom.ac_if;
OpenPOWER on IntegriCloud