]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
stmmac: replace open coded __netdev_alloc_skb_ip_align() with actual call
authorVineet Gupta <Vineet.Gupta1@synopsys.com>
Wed, 20 May 2015 06:34:40 +0000 (12:04 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 May 2015 22:40:55 +0000 (18:40 -0400)
commit4ec49a372c2e732975be57987f695b89b930f20a
tree369c2e99fe0b5f3fe4742687d631a0e5273a6525
parent3f6e785fe113febd037af6351fc375eb428ff65b
stmmac: replace open coded __netdev_alloc_skb_ip_align() with actual call

This also matches with the sibling call netdev_alloc_skb_ip_align() made in
rx fast path.

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c