Fix minor bug in last checkin, NO_STRICT_ALIGNMENT code.
This commit is contained in:
parent
e9d8b9c383
commit
4809e4fa4d
@ -3813,7 +3813,7 @@ igb_fixup_rx(struct rx_ring *rxr)
|
||||
rxr->fmp = n;
|
||||
} else {
|
||||
adapter->dropped_pkts++;
|
||||
m_freem(adapter->fmp);
|
||||
m_freem(rxr->fmp);
|
||||
rxr->fmp = NULL;
|
||||
error = ENOMEM;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user