Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334411
b: refs/heads/master
c: 8a00b6a
h: refs/heads/master
i:
  334409: 1cf90fe
  334407: 79983a5
v: v3
  • Loading branch information
Dave Airlie committed Oct 16, 2012
1 parent 4a36a39 commit f73d72d
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: 30f02cb7dd2e6a677c1d5ccd614024f2ebec8f1b
refs/heads/master: 8a00b6af4cc547725f231c8367ddc7cb56b2cf76
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/core/subdev/therm/fan.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ nouveau_therm_fan_sense(struct nouveau_therm *therm)
end = ptimer->read(ptimer);

if (cycles == 5) {
tach = (u64)60000000000;
tach = (u64)60000000000ULL;
do_div(tach, (end - start));
return tach;
} else
Expand Down

0 comments on commit f73d72d

Please sign in to comment.