Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288503
b: refs/heads/master
c: cf2b94d
h: refs/heads/master
i:
  288501: 9507c0f
  288499: 63b867d
  288495: 737e1d7
v: v3
  • Loading branch information
Dan Carpenter authored and Linus Torvalds committed Mar 16, 2012
1 parent f764829 commit c8aa895
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: 5eb1eb4ea102c9aed8a791892a5b0431b058f20e
refs/heads/master: cf2b94daab9f3d21b0a393bef91292622f6a8ca4
2 changes: 1 addition & 1 deletion trunk/drivers/video/backlight/s6e63m0.c
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ static ssize_t s6e63m0_sysfs_store_gamma_mode(struct device *dev,
struct backlight_device *bd = NULL;
int brightness, rc;

rc = strict_strtoul(buf, 0, (unsigned long *)&lcd->gamma_mode);
rc = kstrtouint(buf, 0, &lcd->gamma_mode);
if (rc < 0)
return rc;

Expand Down

0 comments on commit c8aa895

Please sign in to comment.