From: Andre Guedes Date: Mon, 30 Jan 2012 12:22:09 +0000 (-0300) Subject: Bluetooth: Use GFP_KERNEL in hci_conn_add() X-Git-Tag: v3.4-rc1~177^2~112^2~206 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb601d7e65f497a2a172d65b2ef1d738ac6fe4f4;p=pandora-kernel.git Bluetooth: Use GFP_KERNEL in hci_conn_add() This function is called in process context only, 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