From: Alexander Duyck Date: Tue, 11 Nov 2014 17:26:50 +0000 (-0800) Subject: phonet: Replace calls to __skb_alloc_page with __dev_alloc_page X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~216^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5693d284dd718313ca2f63a189193d4189889183;p=pandora-kernel.git 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 Cc: Felipe Balbi Signed-off-by: Alexander Duyck Signed-off-by: David S. Miller --- Reading git-diff-tree failed