Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218222
b: refs/heads/master
c: 67e1d4f
h: refs/heads/master
v: v3
  • Loading branch information
Francisco Jerez authored and Ben Skeggs committed Sep 24, 2010
1 parent fd5b286 commit d431eea
Show file tree
Hide file tree
Showing 2 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: d34ec507d40faab908968985b3106869d8d8fbcf
refs/heads/master: 67e1d4fbaefd6a27b55523bb6bb0dd941351a325
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/nouveau/nouveau_temp.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ nouveau_temp_vbios_parse(struct drm_device *dev, u8 *temp)

switch (temp[0]) {
case 0x01:
value = (value&0x8f) == 0 ? (value >> 9) & 0x7f : 0;
sensor->offset_constant = value;
if ((value & 0x8f) == 0)
sensor->offset_constant = (value >> 9) & 0x7f;
break;

case 0x04:
Expand Down

0 comments on commit d431eea

Please sign in to comment.