From: Marcel Holtmann Date: Wed, 4 Sep 2013 01:11:07 +0000 (-0700) Subject: Bluetooth: Use GFP_KERNEL when cloning SKB in a workqueue X-Git-Tag: v3.13-rc1~105^2~225^2~24^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a675d7f1a0a0c0d7bde56ae89609dee56f2033e1;p=pandora-kernel.git Bluetooth: Use GFP_KERNEL when cloning SKB in a workqueue There is no need to use GFP_ATOMIC with skb_clone() when the code is executed in a workqueue. Signed-off-by: Marcel Holtmann Acked-by: Johan Hedberg Signed-off-by: Gustavo Padovan --- Reading git-diff-tree failed