Author: kmacy
Date: Thu Apr 23 21:27:06 2009
New Revision: 191442
URL: http://svn.freebsd.org/changeset/base/191442

Log:
  fix typo

Modified:
  head/sys/dev/e1000/if_em.c

Modified: head/sys/dev/e1000/if_em.c
==============================================================================
--- head/sys/dev/e1000/if_em.c  Thu Apr 23 21:23:19 2009        (r191441)
+++ head/sys/dev/e1000/if_em.c  Thu Apr 23 21:27:06 2009        (r191442)
@@ -1076,7 +1076,7 @@ em_start_locked(struct ifnet *ifp)
        while ((adapter->num_tx_desc_avail > EM_TX_OP_THRESHOLD)
            && (!ADAPTER_RING_EMPTY(adapter))) {
 
-               m_head = drbr_dequeue(adapter->br);
+               m_head = drbr_dequeue(ifp, adapter->br);
                if (m_head == NULL)
                        break;
                /*
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to