aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vr
diff options
context:
space:
mode:
authorMax Laier <mlaier@FreeBSD.org>2004-08-02 10:08:28 +0000
committerMax Laier <mlaier@FreeBSD.org>2004-08-02 10:08:28 +0000
commite3dbc2ddcd369015ab9abbb9e2bb030dfdac74bd (patch)
treec519ccba2287c79900f47b863ecc34778b102d8c /sys/dev/vr
parentfe5e0baab7775a68a5a6b41964b8582b791a2bda (diff)
Notes
Diffstat (limited to 'sys/dev/vr')
-rw-r--r--sys/dev/vr/if_vr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vr/if_vr.c b/sys/dev/vr/if_vr.c
index b89e76fad013..a3320a675453 100644
--- a/sys/dev/vr/if_vr.c
+++ b/sys/dev/vr/if_vr.c
@@ -1169,7 +1169,7 @@ vr_poll_locked(struct ifnet *ifp, enum poll_cmd cmd, int count)
sc->rxcycles = count;
vr_rxeof(sc);
vr_txeof(sc);
- if (!IFQ_DRV_IS_EMPTY(&ifp->if_snd)) {
+ if (!IFQ_DRV_IS_EMPTY(&ifp->if_snd))
vr_start_locked(ifp);
if (cmd == POLL_AND_CHECK_STATUS) {