diff --git a/power/power.c b/power/power.c index c140863a..35946db5 100644 --- a/power/power.c +++ b/power/power.c @@ -327,6 +327,8 @@ static void samsung_power_init(struct power_module *module) boostpulse_open(samsung_pwr); + samsung_pwr->touchscreen_power_path = NULL; + samsung_pwr->touchkey_power_path = NULL; init_touch_input_power_path(samsung_pwr); }