Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344462
b: refs/heads/master
c: 7517611
h: refs/heads/master
v: v3
  • Loading branch information
Jingoo Han authored and Bryan Wu committed Nov 26, 2012
1 parent 43b36be commit 28fea13
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: fd80fc762c58411d5e64836dd778052df0f99d4e
refs/heads/master: 7517611a4c301a362d3e3d4f7357881ea3db5385
2 changes: 1 addition & 1 deletion trunk/drivers/leds/leds-netxbig.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ static ssize_t netxbig_led_sata_store(struct device *dev,
int mode_val;
int ret;

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

Expand Down

0 comments on commit 28fea13

Please sign in to comment.