msm: adsprpc: allocate local copy of remote args from heap
Currently, local copy of remote arguments is stored in a dma buffer allocated using dma_alloc_attrs. However, since this buffer is not shared with the remote subsystem, it can be allocated using kzalloc. Change-Id: If654dc25f940442960dc22bb4b53be73bdd8cd78 Acked-by:Vishnu Karthik D <vikarthi@qti.qualcomm.com> Signed-off-by:
Tharun Kumar Merugu <mtharu@codeaurora.org>
Loading
Please register or sign in to comment