From 87ad6bb58e0d22cb4926ee9158a49371823c0092 Mon Sep 17 00:00:00 2001 From: Jack F Vogel Date: Sat, 1 Mar 2008 04:36:24 +0000 Subject: An error in the poll routine turned up during LINT build --- sys/dev/igb/if_igb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/igb/if_igb.c b/sys/dev/igb/if_igb.c index 333c8ed30166..581a20b21e6f 100644 --- a/sys/dev/igb/if_igb.c +++ b/sys/dev/igb/if_igb.c @@ -1143,7 +1143,7 @@ igb_poll(struct ifnet *ifp, enum poll_cmd cmd, int count) igb_txeof(txr); if (!IFQ_DRV_IS_EMPTY(&ifp->if_snd)) - igb_start_locked(txr); + igb_start_locked(txr, ifp); IGB_TX_UNLOCK(txr); } #endif /* DEVICE_POLLING */ -- cgit v1.3