Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220472
b: refs/heads/master
c: 315bacf
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Jean Delvare committed Oct 28, 2010
1 parent a3d840d commit 64b29f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 792d376b4f3f6af302d40373fa864f8b8e691c53
refs/heads/master: 315bacfdbe5a77309c256b296f30bee13d59462b
7 changes: 1 addition & 6 deletions trunk/drivers/hwmon/w83795.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ static const u8 IN_LSB_SHIFT_IDX[][2] = {
#define W83795_REG_FAN_MIN_LSB(index) (0xC4 + (index) / 2)
#define W83795_REG_FAN_MIN_LSB_SHIFT(index) \
(((index) % 1) ? 4 : 0)
#define W83795_REG_FAN_CTRL_SHIFT(index) \
(((index) > 7) ? ((index) - 8) : (index))

#define W83795_REG_VID_CTRL 0x6A

Expand Down Expand Up @@ -793,9 +791,6 @@ store_pwm_enable(struct device *dev, struct device_attribute *attr,
}
mutex_unlock(&data->update_lock);
return count;

mutex_unlock(&data->update_lock);
return -EINVAL;
}

static ssize_t
Expand Down Expand Up @@ -2131,7 +2126,7 @@ static void __exit sensors_w83795_exit(void)
}

MODULE_AUTHOR("Wei Song");
MODULE_DESCRIPTION("w83795 driver");
MODULE_DESCRIPTION("W83795G/ADG hardware monitoring driver");
MODULE_LICENSE("GPL");

module_init(sensors_w83795_init);
Expand Down

0 comments on commit 64b29f8

Please sign in to comment.