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)
commit34da5e6770ac06df770a0355b417155e6e84e263
tree0b415e6c7e5c5a96ac730ed3b36488a662129e92
parent86df268705696ce2286410f1493e294e889bdce6
driver core: replace strict_strto*() with kstrto*()

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>
drivers/base/core.c
drivers/base/memory.c
drivers/base/power/sysfs.c
drivers/base/regmap/regmap-debugfs.c
This page took 0.389421 seconds and 5 git commands to generate.