From 113a56130265bdb4ba78f7608abdd3e6ea50cf7c Mon Sep 17 00:00:00 2001 From: Philip Chen Date: Mon, 28 Aug 2017 15:32:48 -0700 Subject: charger/rt946x: Fix the function name BUG=b:63739819 BRANCH=none TEST=build scarlet when 'CONFIG_CHARGER_ILIM_PIN_DISABLED' is turned on Change-Id: I692346031867160774344e67e0a7e936278820a1 Signed-off-by: Philip Chen Reviewed-on: https://chromium-review.googlesource.com/639917 Commit-Ready: Philip Chen Tested-by: Philip Chen Reviewed-by: Shawn N --- driver/charger/rt946x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver') diff --git a/driver/charger/rt946x.c b/driver/charger/rt946x.c index 1736af0794..492cf5904b 100644 --- a/driver/charger/rt946x.c +++ b/driver/charger/rt946x.c @@ -602,7 +602,7 @@ int charger_post_init(void) if (rv) return rv; /* Disable ILIM pin */ - rv = rt946x_enable_ilim(0); + rv = rt946x_enable_ilim_pin(0); if (rv) return rv; #endif -- cgit v1.2.1