Missed some code that is ifdef STRICT_ALIGN :(
This commit is contained in:
parent
f0a649de8d
commit
a343e3dc53
@ -3791,7 +3791,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…
Reference in New Issue
Block a user