Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344466
b: refs/heads/master
c: e894192
h: refs/heads/master
v: v3
  • Loading branch information
Jingoo Han authored and Bryan Wu committed Nov 26, 2012
1 parent 7f759f2 commit b36ac8a
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: 75253b3cff98674d6bf98071b7bce78ae6315a9d
refs/heads/master: e8941928faf248530c0eff95462e9fee0b1cc8da
2 changes: 1 addition & 1 deletion trunk/drivers/leds/ledtrig-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ static ssize_t gpio_trig_inverted_store(struct device *dev,
unsigned long inverted;
int ret;

ret = strict_strtoul(buf, 10, &inverted);
ret = kstrtoul(buf, 10, &inverted);
if (ret < 0)
return ret;

Expand Down

0 comments on commit b36ac8a

Please sign in to comment.