projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
204dd1d
)
Fix a build error.
author
Eduardo Valentin
<
[email protected]
>
Thu, 23 Aug 2012 00:37:59 +0000
(08:37 +0800)
committer
Zhang Rui
<
[email protected]
>
Mon, 24 Sep 2012 06:44:38 +0000
(14:44 +0800)
Signed-off-by: Eduardo Valentin <
[email protected]
>
Signed-off-by: Zhang Rui <
[email protected]
>
drivers/staging/omap-thermal/omap-thermal-common.c
patch
|
blob
|
history
diff --git
a/drivers/staging/omap-thermal/omap-thermal-common.c
b/drivers/staging/omap-thermal/omap-thermal-common.c
index d543d5c37152847427d4947bab46a1d6bfa9ca00..b4cd6ccf4e2df6b56c77de5889cc08f610e3fe1a 100644
(file)
--- a/
drivers/staging/omap-thermal/omap-thermal-common.c
+++ b/
drivers/staging/omap-thermal/omap-thermal-common.c
@@
-120,7
+120,9
@@
static int omap_thermal_bind(struct thermal_zone_device *thermal,
/* TODO: bind with min and max states */
/* Simple thing, two trips, one passive another critical */
- return thermal_zone_bind_cooling_device(thermal, 0, cdev);
+ return thermal_zone_bind_cooling_device(thermal, 0, cdev,
+ THERMAL_NO_LIMIT,
+ THERMAL_NO_LIMIT);
}
/* Unbind callback functions for thermal zone */