commit | e63a15ec0f25c0f97e8f6247b97ac9b30968b6b3 | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <padovan@profusion.mobi> | Mon Apr 04 18:56:53 2011 -0300 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Tue Apr 05 13:03:10 2011 -0300 |
tree | 753b6c99f7af2c278386f005c98c79e17b9405f3 | |
parent | 1322901da5094cecd9826ec3aaade83f6452cc45 [diff] |
Bluetooth: Use GFP_KERNEL in user context The allocation in mgmt_control() code are in user context and not locked by any spinlock, so it's not recommended the use of GFP_ATOMIC there. Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>