summaryrefslogtreecommitdiff
path: root/driver/battery/bq20z453.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/battery/bq20z453.c')
-rw-r--r--driver/battery/bq20z453.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/battery/bq20z453.c b/driver/battery/bq20z453.c
index d15496b6d5..161a21213e 100644
--- a/driver/battery/bq20z453.c
+++ b/driver/battery/bq20z453.c
@@ -27,7 +27,7 @@ int battery_command_cut_off(struct host_cmd_handler_args *args)
* transaction and release the I2C bus before we'll be abl eto send the
* cutoff command.
*/
- hook_call_deferred(cutoff, 1000);
+ hook_call_deferred(&cutoff_data, 1000);
return EC_RES_SUCCESS;
}