summaryrefslogtreecommitdiff
path: root/common/led_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/led_common.c')
-rw-r--r--common/led_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/led_common.c b/common/led_common.c
index 086483601b..85879b148f 100644
--- a/common/led_common.c
+++ b/common/led_common.c
@@ -47,7 +47,7 @@ int led_auto_control_is_enabled(enum ec_led_id led_id)
return (led_auto_control_flags & LED_AUTO_CONTROL_FLAG(led_id)) != 0;
}
-static int led_command_control(struct host_cmd_handler_args *args)
+static enum ec_status led_command_control(struct host_cmd_handler_args *args)
{
const struct ec_params_led_control *p = args->params;
struct ec_response_led_control *r = args->response;