Skip to content

Commit

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

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

Expand Down

0 comments on commit 7f759f2

Please sign in to comment.