Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359785
b: refs/heads/master
c: ce760ed
h: refs/heads/master
i:
  359783: 0fec217
v: v3
  • Loading branch information
Amit Daniel Kachhap authored and Zhang Rui committed Feb 8, 2013
1 parent 4b4b4a4 commit 21f9220
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4f0a6847815837b63b05fc23878ba391701d8f6a
refs/heads/master: ce760ed3f440cfa51785c64dad9b4bd87673bb11
6 changes: 3 additions & 3 deletions trunk/drivers/thermal/exynos_thermal.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ static int exynos_bind(struct thermal_zone_device *thermal,
case MONITOR_ZONE:
case WARN_ZONE:
if (thermal_zone_bind_cooling_device(thermal, i, cdev,
level, level)) {
level, 0)) {
pr_err("error binding cdev inst %d\n", i);
ret = -EINVAL;
}
Expand Down Expand Up @@ -381,9 +381,9 @@ static int exynos_get_trend(struct thermal_zone_device *thermal,
return ret;

if (thermal->temperature >= trip_temp)
*trend = THERMAL_TREND_RAISING;
*trend = THERMAL_TREND_RAISE_FULL;
else
*trend = THERMAL_TREND_DROPPING;
*trend = THERMAL_TREND_DROP_FULL;

return 0;
}
Expand Down

0 comments on commit 21f9220

Please sign in to comment.