Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363957
b: refs/heads/master
c: 67b4c47
h: refs/heads/master
i:
  363955: 40ff9a7
v: v3
  • Loading branch information
Eduardo Valentin authored and Greg Kroah-Hartman committed Apr 8, 2013
1 parent beca438 commit 844c663
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2c014c841e665e9705a12488666c73af0ad52a7a
refs/heads/master: 67b4c474228fd8a451377615046d4048aee89c3c
2 changes: 1 addition & 1 deletion trunk/drivers/staging/ti-soc-thermal/ti-thermal-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ static int ti_thermal_bind(struct thermal_zone_device *thermal,

id = data->sensor_id;

/* TODO: bind with min and max states */
/* Simple thing, two trips, one passive another critical */
return thermal_zone_bind_cooling_device(thermal, 0, cdev,
/* bind with min and max states defined by cpu_cooling */
THERMAL_NO_LIMIT,
THERMAL_NO_LIMIT);
}
Expand Down

0 comments on commit 844c663

Please sign in to comment.