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:
3b2f64d
)
EDAC: Replace strict_strtol() with kstrtol()
author
Jingoo Han
<jg1.han@samsung.com>
Fri, 19 Jul 2013 07:07:21 +0000
(16:07 +0900)
committer
Borislav Petkov
<bp@suse.de>
Wed, 24 Jul 2013 07:30:03 +0000
(09:30 +0200)
The usage of strict_strtol() is not preferred, because strict_strtol()
is obsolete. Thus, kstrtol() should be used.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
No differences found