Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344475
b: refs/heads/master
c: eef4aa6
h: refs/heads/master
i:
  344473: 6395d27
  344471: 9fddb09
v: v3
  • Loading branch information
Jingoo Han authored and Bryan Wu committed Nov 26, 2012
1 parent ccbe503 commit e192c2a
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: 69b44c1630b7f618c9dec217d5497744224d90b8
refs/heads/master: eef4aa652c40237f73258d5418b03d60a2ffec40
2 changes: 1 addition & 1 deletion trunk/drivers/leds/leds-lp5523.c
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ static ssize_t store_current(struct device *dev,
ssize_t ret;
unsigned long curr;

if (strict_strtoul(buf, 0, &curr))
if (kstrtoul(buf, 0, &curr))
return -EINVAL;

if (curr > led->max_current)
Expand Down

0 comments on commit e192c2a

Please sign in to comment.