From: Claudio Takahasi Date: Thu, 11 Apr 2013 14:35:45 +0000 (-0300) Subject: Bluetooth: Use GFP_KERNEL in sco_conn_add X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~43^2^2~62^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c10cc5a9d46ba09111d4c2769207da4a80506885;p=pandora-kernel.git Bluetooth: Use GFP_KERNEL in sco_conn_add This patch changes the memory allocation flags in the sco_conn_add function, replacing the type to GFP_KERNEL. This function is executed in process context and it is not called inside an atomic section. Signed-off-by: Claudio Takahasi Signed-off-by: Gustavo Padovan --- Reading git-diff-tree failed