]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbe11a2df8b650c8ed7e59498fb2746c35c449a56
tree369c2e99fe0b5f3fe4742687d631a0e5273a6525
parent50e147cb3f2c453e0677faca2f7940d57812f5c7
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