Merge android13-gs-pixel-5.10-tm-qpr3 into android13-gs-pixel-5.10-udc
Bug: 255246572
Change-Id: I7e8e2ce9e0ff9682e80ed09afbb255a288e80aaa
Signed-off-by: Joey Lin <[email protected]>
diff --git a/google_battery.c b/google_battery.c
index 88bc0a2..dd3e5a8 100644
--- a/google_battery.c
+++ b/google_battery.c
@@ -8752,9 +8752,6 @@
pr_info("google,batt-vs-tz-name is %s\n", batt_vs_tz_name);
}
- /* debugfs */
- (void)batt_init_debugfs(batt_drv);
-
/* single battery disconnect */
(void)batt_bpst_init_debugfs(batt_drv);
@@ -8974,6 +8971,9 @@
batt_init_fs(batt_drv);
batt_bpst_init_fs(batt_drv);
+ /* debugfs */
+ (void)batt_init_debugfs(batt_drv);
+
/* give time to fg driver to start */
schedule_delayed_work(&batt_drv->init_work,
msecs_to_jiffies(BATT_DELAY_INIT_MS));