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:
86df268
)
driver core: replace strict_strto*() with kstrto*()
author
Jingoo Han
<jg1.han@samsung.com>
Fri, 26 Jul 2013 04:10:22 +0000
(13:10 +0900)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 27 Jul 2013 01:02:43 +0000
(18:02 -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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found