projects
/
platform
/
hal
/
backend
/
tw3
/
device-tw3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd1ae00
)
thermal: remove unused variable
author
taeyoung
<ty317.kim@samsung.com>
Thu, 22 Dec 2016 06:58:02 +0000
(15:58 +0900)
committer
taeyoung
<ty317.kim@samsung.com>
Thu, 22 Dec 2016 06:58:02 +0000
(15:58 +0900)
Change-Id: I6fe077f437a40cb0d592a8da215d76db0fb83b43
Signed-off-by: taeyoung <ty317.kim@samsung.com>
hw/thermal/thermal.c
patch
|
blob
|
history
diff --git
a/hw/thermal/thermal.c
b/hw/thermal/thermal.c
index
cc2af86
..
eacd8ed
100644
(file)
--- a/
hw/thermal/thermal.c
+++ b/
hw/thermal/thermal.c
@@
-37,7
+37,7
@@
static guint timer;
static int thermal_get_state(struct thermal_info *info)
{
- int
ret,
value;
+ int value;
FILE *fp;
char buf[32];
size_t len;