From: Alexander Duyck Date: Wed, 3 Dec 2014 16:17:39 +0000 (-0800) Subject: ethernet/intel: Use eth_skb_pad and skb_put_padto helpers X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~84^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a94d9e224e3c48f57559183582c6410e7acf1d8b;p=pandora-kernel.git ethernet/intel: Use eth_skb_pad and skb_put_padto helpers Update the Intel Ethernet drivers to use eth_skb_pad() and skb_put_padto instead of doing their own implementations of the function. Also this cleans up two other spots where skb_pad was called but the length and tail pointers were being manipulated directly instead of just having the padding length added via __skb_put. Cc: Jeff Kirsher Signed-off-by: Alexander Duyck Acked-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed