Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267283
b: refs/heads/master
c: 17296fe
h: refs/heads/master
i:
  267281: 586c9f9
  267279: 8ca7ce1
v: v3
  • Loading branch information
Jean Delvare authored and Guenter Roeck committed Oct 24, 2011
1 parent 0c973fa commit 1e0c91a
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: 426343ef34fac426e619176c84cb2e263b9ed23d
refs/heads/master: 17296feb3c666d0fee3e659e9b5d668ff7a02549
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/w83627ehf.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ static const char *const nct6776_temp_label[] = {

#define NUM_REG_TEMP ARRAY_SIZE(NCT6775_REG_TEMP)

static inline int is_word_sized(u16 reg)
static int is_word_sized(u16 reg)
{
return ((((reg & 0xff00) == 0x100
|| (reg & 0xff00) == 0x200)
Expand Down

0 comments on commit 1e0c91a

Please sign in to comment.