From: Johan Hedberg Date: Wed, 19 Feb 2014 12:57:43 +0000 (+0200) Subject: Bluetooth: Avoid using GFP_ATOMIC where not necessary X-Git-Tag: v3.15-rc1~113^2~159^2^2~130^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a14ab416d7754be0bb0d4306c996f72f52fa5bf;p=pandora-kernel.git Bluetooth: Avoid using GFP_ATOMIC where not necessary The various pieces of data cached in the hci_dev structure do not need to be allocated using GFP_ATOMIC since they are never added from interrupt context. This patch updates these allocations to use GFP_KERNEL instead. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed