thermal: rename device_thermal_e to hal_device_thermal_e 52/262052/1 accepted/tizen/unified/20210804.085642 submit/tizen/20210802.064402
authorYoungjae Cho <y0.cho@samsung.com>
Mon, 2 Aug 2021 05:40:21 +0000 (14:40 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Mon, 2 Aug 2021 05:40:21 +0000 (14:40 +0900)
Change-Id: I1143aae7d95e2b9a4859b6d53600b06076debdfb
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
src/thermal/thermal.c

index e2eb623..d50ad76 100644 (file)
@@ -56,7 +56,7 @@ static GVariant *dbus_get_temperature(GDBusConnection *conn,
 
        g_variant_get(param, "(i)", &index);
 
-       ret = hal_device_thermal_get_info((device_thermal_e)index, &info);
+       ret = hal_device_thermal_get_info((hal_device_thermal_e)index, &info);
        if (!thermal_dev_available || (ret == -ENODEV)) {
                ret = -ENODEV;
                goto exit;