diff options
author | Alexander Duyck <alexander.h.duyck@redhat.com> | 2014-11-11 12:26:50 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-11-12 00:00:14 -0500 |
commit | 5693d284dd718313ca2f63a189193d4189889183 (patch) | |
tree | eec972bda93ada1fc3c194f6fc4849b9dc7bbe09 /drivers/net/ethernet/fealnx.c | |
parent | aa9cd31c3f3ee36dc459b6070bacc581c1bfc334 (diff) |
phonet: Replace calls to __skb_alloc_page with __dev_alloc_page
Replace the calls to __skb_alloc_page that are passed NULL with calls to
__dev_alloc_page.
In addition remove __GFP_COLD flag from allocations as we only want it for
the Rx buffer which is taken care of by __dev_alloc_skb, not for any
secondary allocations such as the queue element transmit descriptors.
Cc: Oliver Neukum <oliver@neukum.org>
Cc: Felipe Balbi <balbi@ti.com>
Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/fealnx.c')
0 files changed, 0 insertions, 0 deletions