Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280583
b: refs/heads/master
c: 24edc0a
h: refs/heads/master
i:
  280581: 31c034f
  280579: 66ed94a
  280575: cd71a68
v: v3
  • Loading branch information
Frans Meulenbroeks authored and Guenter Roeck committed Jan 5, 2012
1 parent 1f7cb4e commit 35d85f5
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: 1f962f363b762887d8f9057598b6acacf9e80234
refs/heads/master: 24edc0a71badc13a9574b060e6a22e78339ac7a4
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/lm75.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ static ssize_t set_temp(struct device *dev, struct device_attribute *da,
long temp;
int error;

error = strict_strtol(buf, 10, &temp);
error = kstrtol(buf, 10, &temp);
if (error)
return error;

Expand Down

0 comments on commit 35d85f5

Please sign in to comment.