Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144730
b: refs/heads/master
c: 848ddf1
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare committed May 8, 2009
1 parent 0454aa1 commit 8319a56
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b9008708f24de8fb9bdbfb5d3b27e36d5a357eda
refs/heads/master: 848ddf116b3d1711c956fac8627be12dfe8d736f
3 changes: 2 additions & 1 deletion trunk/drivers/hwmon/w83781d.c
Original file line number Diff line number Diff line change
Expand Up @@ -1462,7 +1462,8 @@ static struct w83781d_data *w83781d_update_device(struct device *dev)
data->pwm[i] =
w83781d_read_value(data,
W83781D_REG_PWM[i]);
if ((data->type != w83782d || !client->driver)
/* Only W83782D on SMBus has PWM3 and PWM4 */
if ((data->type != w83782d || !client)
&& i == 1)
break;
}
Expand Down

0 comments on commit 8319a56

Please sign in to comment.