git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
463ac7f
)
Staging: olpc_dcon.c: obsolete use of strict_strtoul
author
Valentin Rothberg
<valentinrothberg@googlemail.com>
Sun, 4 Dec 2011 11:17:32 +0000
(12:17 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 8 Dec 2011 23:01:48 +0000
(15:01 -0800)
As noted by the checkpatch script, strict_strtoul is obsolete. Unsigned
longs are used, so it seems good to take kstrtoul.
Signed-off-by: Valentin Rothberg <valentinrothberg@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found