+3
−3
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
cmd_status, cmd_complete and mgmt_event functions are executed in process context and they are not called inside atomic sections. Thus, they should use GFP_KERNEL for memory allocation instead of GFP_ATOMIC. Signed-off-by:Andre Guedes <aguedespe@gmail.com> Signed-off-by:
Gustavo Padovan <gustavo.padovan@collabora.co.uk>