Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292124
b: refs/heads/master
c: 0117c3f
h: refs/heads/master
v: v3
  • Loading branch information
Guenter Roeck authored and Guenter Roeck committed Mar 19, 2012
1 parent 69b4b29 commit 0e5a227
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: b3789a0de229b4e9cc6d2531c7cbcdb5424a37b8
refs/heads/master: 0117c3f24523166ca764575c0e486887b7e33c2b
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/pmbus/pmbus_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ static ssize_t pmbus_set_sensor(struct device *dev,
int ret;
u16 regval;

if (strict_strtol(buf, 10, &val) < 0)
if (kstrtol(buf, 10, &val) < 0)
return -EINVAL;

mutex_lock(&data->update_lock);
Expand Down

0 comments on commit 0e5a227

Please sign in to comment.