From: Alexander Aring Date: Mon, 27 Oct 2014 16:13:29 +0000 (+0100) Subject: ieee802154: drivers: use dev_alloc_skb X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~234^2~3^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61a2281458956db519f2c24fa40bf277adea2a67;p=pandora-kernel.git ieee802154: drivers: use dev_alloc_skb This patch change the allocation of skb inside the ieee802154 driver layer to dev_alloc_skb. This changes also the gfp mask to GFP_ATOMIC which is needed for upcomming change that the receiving is done by a tasklet and not a workqueue anymore. Signed-off-by: Alexander Aring Cc: Alan Ott Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed