Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68742
b: refs/heads/master
c: 889af3d
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Mark M. Hoffman committed Oct 10, 2007
1 parent a17c12f commit eb6c81d
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: 7d4a137491d96927ffca5e8557c328902a2d4de9
refs/heads/master: 889af3d5d9586db795a06c619e416b4baee11da8
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/lm87.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ static u8 LM87_REG_TEMP_LOW[3] = { 0x3A, 0x38, 0x2C };
#define CHAN_NO_FAN(nr) (1 << (nr))
#define CHAN_TEMP3 (1 << 2)
#define CHAN_VCC_5V (1 << 3)
#define CHAN_NO_VID (1 << 8)
#define CHAN_NO_VID (1 << 7)

/*
* Functions declaration
Expand Down

0 comments on commit eb6c81d

Please sign in to comment.