From: Gustavo Padovan Date: Mon, 28 May 2012 22:18:14 +0000 (-0300) Subject: Bluetooth: Remove GFP_ATOMIC usage from l2cap_core.c X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~337^2^2~105^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bcde1f2ab732a7d7db1de854dcc0747ffecb7c2;p=pandora-kernel.git Bluetooth: Remove GFP_ATOMIC usage from l2cap_core.c Since we change the Bluetooth core to run in process context we don't need to use GFP_ATOMIC in many of places we were using it. The we just replace by GFP_KERNEL. Acked-by: Marcel Holtmann Signed-off-by: Gustavo Padovan --- Reading git-diff-tree failed