Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344463
b: refs/heads/master
c: 3874350
h: refs/heads/master
i:
  344461: 43b36be
  344459: 15afc5a
  344455: b680235
  344447: a9e92ac
v: v3
  • Loading branch information
Jingoo Han authored and Bryan Wu committed Nov 26, 2012
1 parent 28fea13 commit 13104e2
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: 7517611a4c301a362d3e3d4f7357881ea3db5385
refs/heads/master: 3874350c598d7796a6dd2da111247be88e56d002
2 changes: 1 addition & 1 deletion trunk/drivers/leds/leds-ns2.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ static ssize_t ns2_led_sata_store(struct device *dev,
unsigned long enable;
enum ns2_led_modes mode;

ret = strict_strtoul(buff, 10, &enable);
ret = kstrtoul(buff, 10, &enable);
if (ret < 0)
return ret;

Expand Down

0 comments on commit 13104e2

Please sign in to comment.