summaryrefslogtreecommitdiffstats
path: root/sys/dev/vr
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2004-08-02 10:08:28 +0000
committermlaier <mlaier@FreeBSD.org>2004-08-02 10:08:28 +0000
commit9d6ef7aa691e1bdfe56b87dbacde77a14bb59246 (patch)
treec519ccba2287c79900f47b863ecc34778b102d8c /sys/dev/vr
parent27a1acf9e3af5dba7d105122656145b146c238d7 (diff)
downloadFreeBSD-src-9d6ef7aa691e1bdfe56b87dbacde77a14bb59246.zip
FreeBSD-src-9d6ef7aa691e1bdfe56b87dbacde77a14bb59246.tar.gz
Unbreak DEVICE_POLLING build / LINT. Sorry!
Submitted by: roam
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 b89e76f..a3320a6 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) {
OpenPOWER on IntegriCloud