1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00

Remove unneeded use of variable status. This should have been done

in r221557.
This commit is contained in:
Pyun YongHyeon 2011-05-07 02:19:46 +00:00
parent 9b2a96cc04
commit 3ea23f341b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221571

View File

@ -2564,7 +2564,6 @@ xl_start_locked(struct ifnet *ifp)
struct mbuf *m_head;
struct xl_chain *prev = NULL, *cur_tx = NULL, *start_tx;
struct xl_chain *prev_tx;
u_int32_t status;
int error;
XL_LOCK_ASSERT(sc);
@ -2651,7 +2650,6 @@ xl_start_locked(struct ifnet *ifp)
sc->xl_cdata.xl_tx_tail->xl_next = start_tx;
sc->xl_cdata.xl_tx_tail->xl_ptr->xl_next =
htole32(start_tx->xl_phys);
status = sc->xl_cdata.xl_tx_tail->xl_ptr->xl_status;
sc->xl_cdata.xl_tx_tail->xl_ptr->xl_status &=
htole32(~XL_TXSTAT_DL_INTR);
sc->xl_cdata.xl_tx_tail = cur_tx;