Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86139
b: refs/heads/master
c: 5910a9b
h: refs/heads/master
i:
  86137: f1543e6
  86135: 7ff8afd
v: v3
  • Loading branch information
Tobias Klauser authored and Mark M. Hoffman committed Feb 17, 2008
1 parent fd360e6 commit 3a84cf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: ba7c1927aa69c4dfe1ecf646f03b306e49dc8e37
refs/heads/master: 5910a9b2b1ff6205b39e5e03fdfd0ddb2a78386a
6 changes: 3 additions & 3 deletions trunk/drivers/hwmon/thmc50.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ I2C_CLIENT_MODULE_PARM(adm1022_temp3, "List of adapter,address pairs "
*/
#define THMC50_REG_INTR 0x41

const static u8 THMC50_REG_TEMP[] = { 0x27, 0x26, 0x20 };
const static u8 THMC50_REG_TEMP_MIN[] = { 0x3A, 0x38, 0x2C };
const static u8 THMC50_REG_TEMP_MAX[] = { 0x39, 0x37, 0x2B };
static const u8 THMC50_REG_TEMP[] = { 0x27, 0x26, 0x20 };
static const u8 THMC50_REG_TEMP_MIN[] = { 0x3A, 0x38, 0x2C };
static const u8 THMC50_REG_TEMP_MAX[] = { 0x39, 0x37, 0x2B };

#define THMC50_REG_CONF_nFANOFF 0x20

Expand Down

0 comments on commit 3a84cf2

Please sign in to comment.