Re: [PATCH 1/2] Bluetooth: Use GFP_KERNEL in hci_conn_add()
From: Johan Hedberg <hidden> Date: 2012-01-30 19:08:36
Hi Andre,
On Mon, Jan 30, 2012, Andre Guedes wrote:
This function is called in process context only, so it should use
GFP_KERNEL to allocate memory.
Signed-off-by: Andre Guedes <redacted>
---
net/bluetooth/hci_conn.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Both patches have been applied to my bluetooth-next tree. Thanks.
Johan