From c3147965384f1a5ace685dc34e78f9bb201f357d Mon Sep 17 00:00:00 2001 From: Xenia Ragiadakou Date: Thu, 23 May 2013 20:51:57 +0300 Subject: [PATCH] ozwpan: replace alloc_skb with dev_alloc_skb in ozproto.c This patch replaces the calls to alloc_skb with calls to dev_alloc_skb. dev_alloc_skb has GFP_ATOMIC priority so the replacement does not change the code semantics. Signed-off-by: Xenia Ragiadakou Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed