An error in the poll routine turned up during LINT build

This commit is contained in:
Jack F Vogel 2008-03-01 04:36:24 +00:00
parent 8443538a99
commit 87ad6bb58e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176684

View File

@ -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 */