Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334215
b: refs/heads/master
c: a7a3b8c
h: refs/heads/master
i:
  334213: 9f62551
  334211: cae136e
  334207: dca9720
v: v3
  • Loading branch information
Eduardo Valentin authored and Zhang Rui committed Sep 24, 2012
1 parent d1b709b commit cf5ad70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 204dd1d39c32f39a95bf7a7248f63b372fd137a6
refs/heads/master: a7a3b8c86f9fb8e8d13fb51a4a8b68166893b9b5
4 changes: 3 additions & 1 deletion trunk/drivers/staging/omap-thermal/omap-thermal-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit cf5ad70

Please sign in to comment.