diff --git a/src/modules/sysinfo/batman/batman.c b/src/modules/sysinfo/batman/batman.c index e992f2570..ff5c4992f 100644 --- a/src/modules/sysinfo/batman/batman.c +++ b/src/modules/sysinfo/batman/batman.c @@ -366,7 +366,7 @@ _batman_config_updated(Instance *inst) #elif defined(__OpenBSD__) || defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) ok = _batman_sysctl_start(inst); #else - ok = _batman_upower_start(); + ok = _batman_upower_start(inst); if (ok) upower = EINA_TRUE; #endif diff --git a/src/modules/sysinfo/thermal/thermal.c b/src/modules/sysinfo/thermal/thermal.c index e3e0d6b56..ae39c6924 100644 --- a/src/modules/sysinfo/thermal/thermal.c +++ b/src/modules/sysinfo/thermal/thermal.c @@ -161,7 +161,7 @@ _thermal_config_updated(Instance *inst) _thermal_check_done, tth, EINA_TRUE); #else - inst->cfg->thermal.th = ecore_thread_feedback_run(_thermal_check_main, + inst->cfg->thermal.th = ecore_thread_feedback_run(_thermal_check_fallback, _thermal_check_notify, _thermal_check_done, _thermal_check_done,