Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88356
b: refs/heads/master
c: 5f1a3f2
h: refs/heads/master
v: v3
  • Loading branch information
Krzysztof Helt authored and Linus Torvalds committed Apr 16, 2008
1 parent bfdf058 commit 89010e1
Show file tree
Hide file tree
Showing 3 changed files with 6 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: f0a37e008750ead1751b7d5e89d220a260a46147
refs/heads/master: 5f1a3f2ac4ddf966cd0555dc445c6df65709c580
4 changes: 4 additions & 0 deletions trunk/drivers/thermal/thermal.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@ static struct device_attribute trip_point_attrs[] = {
__ATTR(trip_point_8_temp, 0444, trip_point_temp_show, NULL),
__ATTR(trip_point_9_type, 0444, trip_point_type_show, NULL),
__ATTR(trip_point_9_temp, 0444, trip_point_temp_show, NULL),
__ATTR(trip_point_10_type, 0444, trip_point_type_show, NULL),
__ATTR(trip_point_10_temp, 0444, trip_point_temp_show, NULL),
__ATTR(trip_point_11_type, 0444, trip_point_type_show, NULL),
__ATTR(trip_point_11_temp, 0444, trip_point_temp_show, NULL),
};

#define TRIP_POINT_ATTR_ADD(_dev, _index, result) \
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/thermal.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ struct thermal_cooling_device_ops {
};

#define THERMAL_TRIPS_NONE -1
#define THERMAL_MAX_TRIPS 10
#define THERMAL_MAX_TRIPS 12
#define THERMAL_NAME_LENGTH 20
struct thermal_cooling_device {
int id;
Expand Down

0 comments on commit 89010e1

Please sign in to comment.