Skip to content
Snippets Groups Projects
Commit e63a15ec authored by Gustavo Padovan's avatar Gustavo Padovan
Browse files

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: default avatarGustavo F. Padovan <padovan@profusion.mobi>
parent 1322901d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment