From: Andre Guedes Date: Tue, 31 Jan 2012 02:31:28 +0000 (-0300) Subject: Bluetooth: Use GFP_KERNEL in hci_add_adv_entry() X-Git-Tag: v3.4-rc1~177^2~112^2~198 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4777bfdebbddc1f58d9148de5a3e00375d063768;p=pandora-kernel.git Bluetooth: Use GFP_KERNEL in hci_add_adv_entry() This function is not called in interrupt context anymore, so it should use GFP_KERNEL to allocate memory. Signed-off-by: Andre Guedes Acked-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed