Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344464
b: refs/heads/master
c: d3b6492
h: refs/heads/master
v: v3
  • Loading branch information
Jingoo Han authored and Bryan Wu committed Nov 26, 2012
1 parent 13104e2 commit f66f29b
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: 3874350c598d7796a6dd2da111247be88e56d002
refs/heads/master: d3b6492afada275d2e33b81a8a3737c9cb0016a4
2 changes: 1 addition & 1 deletion trunk/drivers/leds/leds-ss4200.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ static ssize_t nas_led_blink_store(struct device *dev,
struct led_classdev *led = dev_get_drvdata(dev);
unsigned long blink_state;

ret = strict_strtoul(buf, 10, &blink_state);
ret = kstrtoul(buf, 10, &blink_state);
if (ret)
return ret;

Expand Down

0 comments on commit f66f29b

Please sign in to comment.