driver core: replace strict_strto*() with kstrto*()
authorJingoo Han <jg1.han@samsung.com>
Fri, 26 Jul 2013 04:10:22 +0000 (13:10 +0900)
committerGreg 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