Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320506
b: refs/heads/master
c: 4b1bf58
h: refs/heads/master
v: v3
  • Loading branch information
Anton Vorontsov committed Jul 31, 2012
1 parent bfa3377 commit 8d56133
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: e6db06a53b1dcf4e9da4aba143e2eb4d63418abb
refs/heads/master: 4b1bf5871f7d59de6484cc887e205d6d2f1e6fbd
2 changes: 1 addition & 1 deletion trunk/drivers/thermal/thermal_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ static void remove_trip_attrs(struct thermal_zone_device *tz)
* longer needed. The passive cooling formula uses tc1 and tc2 as described in
* section 11.1.5.1 of the ACPI specification 3.0.
*/
struct thermal_zone_device *thermal_zone_device_register(char *type,
struct thermal_zone_device *thermal_zone_device_register(const char *type,
int trips, int mask, void *devdata,
const struct thermal_zone_device_ops *ops,
int tc1, int tc2, int passive_delay, int polling_delay)
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 @@ -146,7 +146,7 @@ enum {
};
#define THERMAL_GENL_CMD_MAX (__THERMAL_GENL_CMD_MAX - 1)

struct thermal_zone_device *thermal_zone_device_register(char *, int, int,
struct thermal_zone_device *thermal_zone_device_register(const char *, int, int,
void *, const struct thermal_zone_device_ops *, int tc1,
int tc2, int passive_freq, int polling_freq);
void thermal_zone_device_unregister(struct thermal_zone_device *);
Expand Down

0 comments on commit 8d56133

Please sign in to comment.