e1000: fix mismerge skb_put.

Seems there was a bit of a fix needed to due a bad merge in the legacy
receive path.  Fixes a panic due to skb_over_panic.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
This commit is contained in:
Auke Kok 2006-04-18 12:31:04 -07:00 committed by Auke Kok
parent dc86d32ab5
commit 1cb5821f44
1 changed files with 1 additions and 2 deletions

View File

@ -3585,8 +3585,7 @@ e1000_clean_rx_irq(struct e1000_adapter *adapter,
buffer_info->skb = skb;
goto next_desc;
}
} else
skb_put(skb, length);
}
/* code added for copybreak, this should improve
* performance for small packets with large amounts