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:
90f5f7a
)
md: replace strict_strto*() with kstrto*()
author
Jingoo Han
<jg1.han@samsung.com>
Sat, 1 Jun 2013 07:15:16 +0000
(16:15 +0900)
committer
NeilBrown
<neilb@suse.de>
Thu, 13 Jun 2013 22:10:26 +0000
(08:10 +1000)
The usage of strict_strtoul() is not preferred, because
strict_strtoul() is obsolete. Thus, kstrtoul() should be
used.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found