Re: [PATCH] Bluetooth: Use GFP_KERNEL in hci_add_adv_entry()
From: Johan Hedberg <hidden> Date: 2012-01-31 06:19:46
Hi Andre,
On Mon, Jan 30, 2012, Andre Guedes wrote:
This function is not called in interrupt context anymore, so it
should use GFP_KERNEL to allocate memory.
Signed-off-by: Andre Guedes <redacted>
---
net/bluetooth/hci_core.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
The patch has been applied to my bluetooth-next tree. Thanks.
Johan