summaryrefslogtreecommitdiff
path: root/common/vboot_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/vboot_hash.c')
-rw-r--r--common/vboot_hash.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/vboot_hash.c b/common/vboot_hash.c
index 16e62003c6..4d12af7c7b 100644
--- a/common/vboot_hash.c
+++ b/common/vboot_hash.c
@@ -438,7 +438,8 @@ static int host_start_hash(const struct ec_params_vboot_hash *p)
return EC_RES_ERROR;
}
-static int host_command_vboot_hash(struct host_cmd_handler_args *args)
+static enum ec_status
+host_command_vboot_hash(struct host_cmd_handler_args *args)
{
const struct ec_params_vboot_hash *p = args->params;
struct ec_response_vboot_hash *r = args->response;