summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cactus/legacy/cactus_legacy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cactus/legacy/cactus_legacy.c b/cactus/legacy/cactus_legacy.c
index 134bc46..43ea681 100644
--- a/cactus/legacy/cactus_legacy.c
+++ b/cactus/legacy/cactus_legacy.c
@@ -58,7 +58,7 @@ static int32_t cactus_handle_fast_request(int cc,
default:
INFO("Unsupported MM_COMMUNICATE_AARCH64 call with service ID 0x%x, ignoring it\n",
sps->id);
- return SPM_SUCCESS;
+ return SPM_INVALID_PARAMETER;
}
}