mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 13:11:14 +00:00
Fix a build error.
Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
This commit is contained in:
parent
204dd1d39c
commit
a7a3b8c86f
1 changed files with 3 additions and 1 deletions
|
@ -120,7 +120,9 @@ static int omap_thermal_bind(struct thermal_zone_device *thermal,
|
||||||
|
|
||||||
/* TODO: bind with min and max states */
|
/* TODO: bind with min and max states */
|
||||||
/* Simple thing, two trips, one passive another critical */
|
/* 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 */
|
/* Unbind callback functions for thermal zone */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue