SYSLINK: ipc - bug fixes for listmp_sharedmemory_open and api_status
This patch fixes the following bugs found during ListMP sample application
testing.
- listmp_sharedmemory_ioctl_open has an out-of-place
listmp_sharedmemory_create function call. This is removed.
- cargs->api_status is not returning a failure value in case of
premature exit for listmp_sharedmemory_get_head,
listmp_sharedmemory_get_tail, listmp_sharedmemory_put_head,
listmp_sharedmemory_put_tail functions.
There are other places where cargs->api_status needs to be fixed and this will
be done in a subsequent patch.
Signed-off-by: Suman Anna <s-anna@ti.com>
Showing
Please register or sign in to comment