Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84517
b: refs/heads/master
c: b20ff13
h: refs/heads/master
i:
  84515: dcb224f
v: v3
  • Loading branch information
Joe Perches authored and Mark M. Hoffman committed Feb 8, 2008
1 parent e137137 commit 498cba6
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: ec1d86c457c0d1a530914290d0bbd3ecce022272
refs/heads/master: b20ff13a6ad64f07ce78c75e6a335c185270d73c
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/vt8231.c
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ static ssize_t set_fan_div(struct device *dev, struct device_attribute *attr,
case 4: data->fan_div[nr] = 2; break;
case 8: data->fan_div[nr] = 3; break;
default:
dev_err(dev, "fan_div value %ld not supported."
dev_err(dev, "fan_div value %ld not supported. "
"Choose one of 1, 2, 4 or 8!\n", val);
mutex_unlock(&data->update_lock);
return -EINVAL;
Expand Down

0 comments on commit 498cba6

Please sign in to comment.