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:
17766dd
)
kernel: replace strict_strto*() with kstrto*()
author
Jingoo Han
<jg1.han@samsung.com>
Thu, 12 Sep 2013 22:14:07 +0000
(15:14 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 12 Sep 2013 22:38:03 +0000
(15:38 -0700)
The usage of strict_strto*() is not preferred, because strict_strto*() is
obsolete. Thus, kstrto*() should be used.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found