]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Use GFP_KERNEL in sco_conn_add
authorClaudio Takahasi <claudio.takahasi@openbossa.org>
Thu, 11 Apr 2013 14:35:45 +0000 (11:35 -0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Thu, 11 Apr 2013 19:34:17 +0000 (16:34 -0300)
commit867bab93a1863e1185b389b58d9aecb7a1698f3b
tree709d404a0f92688b835667b046c19d5aa048fd99
parentaf658bdc6f8685963f7e3700ce782eb20498f31d
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 <claudio.takahasi@openbossa.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/sco.c