+10
−3
+24
−30
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Currently, the hh_msgq driver allocates the receive-buffer on behalf of the clients and it's the clients' responsibility to free it. However, this creates asymmetry in the buffer management and may lead to confusion. Hence, let the clients take full control of the buffers- allocation and freeing. Also make changes to the client driver to adapt to the new hh_msgq_recv interface. Change-Id: I95b72621ede5e62411e78e45c36d8a7ff3686bd4 Signed-off-by:Raghavendra Rao Ananta <rananta@codeaurora.org> Signed-off-by:
Murali Nalajala <mnalajal@codeaurora.org>