projects
/
platform
/
core
/
system
/
pass.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06e3df5
)
pass: thermal: Fix typo in thermal_free()
54/296954/2
author
Seung-Woo Kim
<sw0312.kim@samsung.com>
Tue, 8 Aug 2023 02:36:47 +0000
(11:36 +0900)
committer
Seung-Woo Kim
<sw0312.kim@samsung.com>
Tue, 8 Aug 2023 02:49:25 +0000
(11:49 +0900)
There was a typo in thermal_free(), so fix it.
Change-Id: I94c49f98b58bb20481e4fe4bd02ccb0cfa352744
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
src/thermal/thermal.c
patch
|
blob
|
history
diff --git
a/src/thermal/thermal.c
b/src/thermal/thermal.c
index 8d8cb85517af7c60bbf28765e71bcd43c3c4df5c..40773c2a1ca55cf64da744994d6cd0b1e448485f 100644
(file)
--- a/
src/thermal/thermal.c
+++ b/
src/thermal/thermal.c
@@
-89,7
+89,7
@@
static void thermal_free(void)
ret = thermal_put_scenario(g_thermal);
if (ret < 0)
- _E("failed to p
e
t Thermal Monitor scenario\n");
+ _E("failed to p
u
t Thermal Monitor scenario\n");
g_ptr_array_free(g_thermal->resources, TRUE);