From: Marcel Holtmann Date: Sun, 13 Jul 2014 15:22:25 +0000 (+0200) Subject: Bluetooth: Allocate struct inquiry_entry with GFP_KERNEL X-Git-Tag: cleanup-for-v3.18~108^2~73^2~42^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=395365eaf125e53b9d7e1c11c91ee01bf5a4b792;p=pandora-kernel.git Bluetooth: Allocate struct inquiry_entry with GFP_KERNEL The allocation of inquiry cache entries is triggered as a result of processing HCI events. Since the processing is done in the context of a workqueue, there is no needed to allocate with GFP_ATOMIC in that case. Switch it to GFP_KERNEL. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed