Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359773
b: refs/heads/master
c: 5e20b2e
h: refs/heads/master
i:
  359771: 7482012
v: v3
  • Loading branch information
Zhang Rui committed Feb 6, 2013
1 parent 982d405 commit fc59cae
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 475f41c3ab3dea3a5c60b90197baf57da01fdb5f
refs/heads/master: 5e20b2e51dd13c569ea1ff65c2a57d00a84a81b0
5 changes: 4 additions & 1 deletion trunk/drivers/thermal/thermal_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,12 @@ static void handle_thermal_trip(struct thermal_zone_device *tz, int trip)
static int thermal_zone_get_temp(struct thermal_zone_device *tz,
unsigned long *temp)
{
int ret = 0, count;
int ret = 0;
#ifdef CONFIG_THERMAL_EMULATION
int count;
unsigned long crit_temp = -1UL;
enum thermal_trip_type type;
#endif

mutex_lock(&tz->lock);

Expand Down

0 comments on commit fc59cae

Please sign in to comment.