summaryrefslogtreecommitdiff
path: root/spm/cactus/cactus_tests
diff options
context:
space:
mode:
Diffstat (limited to 'spm/cactus/cactus_tests')
-rw-r--r--spm/cactus/cactus_tests/cactus_test_memory_sharing.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/spm/cactus/cactus_tests/cactus_test_memory_sharing.c b/spm/cactus/cactus_tests/cactus_test_memory_sharing.c
index 0248437..ebca665 100644
--- a/spm/cactus/cactus_tests/cactus_test_memory_sharing.c
+++ b/spm/cactus/cactus_tests/cactus_test_memory_sharing.c
@@ -168,9 +168,9 @@ CACTUS_CMD_HANDLER(req_mem_send_cmd, CACTUS_REQ_MEM_SEND_CMD)
* If returned an invalid handle, we should break the test.
*/
if (handle == FFA_MEMORY_HANDLE_INVALID) {
- ERROR("Received an invalid FF-A memory Handle!\n");
+ VERBOSE("Received an invalid FF-A memory Handle!\n");
return cactus_error_resp(vm_id, source,
- CACTUS_ERROR_TEST);
+ ffa_error_code(ffa_ret));
}
ffa_ret = cactus_mem_send_cmd(vm_id, receiver, mem_func, handle);