Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253717
b: refs/heads/master
c: 1c88d74
h: refs/heads/master
i:
  253715: 38bfe23
v: v3
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Jun 16, 2011
1 parent cc6f027 commit c8e6d43
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 45e97ab65026a3391cb2c938f834ca5db4d2e5b3
refs/heads/master: 1c88d74f3a0b748b0c7e88e91e9d0503815d5689
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/radeon/evergreen.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ u32 evergreen_page_flip(struct radeon_device *rdev, int crtc_id, u64 crtc_base)
/* get temperature in millidegrees */
int evergreen_get_temp(struct radeon_device *rdev)
{
u32 temp, toffset, actual_temp = 0;
u32 temp, toffset;
int actual_temp = 0;

if (rdev->family == CHIP_JUNIPER) {
toffset = (RREG32(CG_THERMAL_CTRL) & TOFFSET_MASK) >>
Expand Down

0 comments on commit c8e6d43

Please sign in to comment.