summaryrefslogtreecommitdiff
path: root/common/rma_auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/rma_auth.c')
-rw-r--r--common/rma_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rma_auth.c b/common/rma_auth.c
index e3d5470aad..60089bef6a 100644
--- a/common/rma_auth.c
+++ b/common/rma_auth.c
@@ -346,7 +346,7 @@ static enum vendor_cmd_rc process_response(uint8_t *buf,
if (rv == EC_SUCCESS) {
CPRINTF("%s: success!\n", __func__);
*response_size = 0;
- enable_ccd_factory_mode();
+ enable_ccd_factory_mode(0);
return VENDOR_RC_SUCCESS;
}