Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63441
b: refs/heads/master
c: c0f3140
h: refs/heads/master
i:
  63439: 89ab509
v: v3
  • Loading branch information
Juerg Haefliger authored and Mark M. Hoffman committed Jul 31, 2007
1 parent 6400b3d commit d65172c
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: d0546128980c18748010c758903b02909e634830
refs/heads/master: c0f31403fe87cd2813dabb9b33107ceb56b84667
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/dme1737.c
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ static ssize_t show_temp(struct device *dev, struct device_attribute *attr,
res = (data->alarms >> DME1737_BIT_ALARM_TEMP[ix]) & 0x01;
break;
case SYS_TEMP_FAULT:
res = (data->temp[ix] == 0x0800);
res = (((u16)data->temp[ix] & 0xff00) == 0x8000);
break;
default:
res = 0;
Expand Down

0 comments on commit d65172c

Please sign in to comment.