From fd5d34431774a434a5815dc589b809fa13622ca9 Mon Sep 17 00:00:00 2001 From: Youngjae Cho Date: Mon, 2 Aug 2021 14:40:21 +0900 Subject: [PATCH] thermal: rename device_thermal_e to hal_device_thermal_e Change-Id: I1143aae7d95e2b9a4859b6d53600b06076debdfb Signed-off-by: Youngjae Cho --- src/thermal/thermal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thermal/thermal.c b/src/thermal/thermal.c index e2eb623..d50ad76 100644 --- a/src/thermal/thermal.c +++ b/src/thermal/thermal.c @@ -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; -- 2.7.4