haven: hh_msgq: Let clients manage the buffers for hh_msgq_recv
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>
Loading
Please register or sign in to comment