sfxge: remove unused variable
Sponsored by: Solarflare Communications, Inc. Approved by: gnn (mentor), glebius
This commit is contained in:
parent
e5ee706031
commit
c9795115dc
@ -1280,7 +1280,6 @@ fail:
|
||||
void
|
||||
sfxge_tx_stop(struct sfxge_softc *sc)
|
||||
{
|
||||
const efx_nic_cfg_t *encp;
|
||||
int index;
|
||||
|
||||
index = SFXGE_TX_SCALE(sc);
|
||||
@ -1289,7 +1288,6 @@ sfxge_tx_stop(struct sfxge_softc *sc)
|
||||
|
||||
sfxge_tx_qstop(sc, SFXGE_TXQ_IP_CKSUM);
|
||||
|
||||
encp = efx_nic_cfg_get(sc->enp);
|
||||
sfxge_tx_qstop(sc, SFXGE_TXQ_NON_CKSUM);
|
||||
|
||||
/* Tear down the transmit module */
|
||||
|
Loading…
x
Reference in New Issue
Block a user