Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186411
b: refs/heads/master
c: ebec05b
h: refs/heads/master
i:
  186409: 19f18c4
  186407: bad22b4
v: v3
  • Loading branch information
Jean Delvare committed Mar 5, 2010
1 parent 68302a5 commit 51d5937
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: cccfc9c4bb3c7888f8249b36e08d6e115238c613
refs/heads/master: ebec05bdc4f7d3da852aa86fb54b163d9aeb9848
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/g760a.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ struct g760a_data {
#define PWM_FROM_CNT(cnt) (0xff-(cnt))
#define PWM_TO_CNT(pwm) (0xff-(pwm))

unsigned int rpm_from_cnt(u8 val, u32 clk, u16 div)
static inline unsigned int rpm_from_cnt(u8 val, u32 clk, u16 div)
{
return ((val == 0x00) ? 0 : ((clk*30)/(val*div)));
}
Expand Down

0 comments on commit 51d5937

Please sign in to comment.