]> git.baikalelectronics.ru Git - kernel.git/commit
kernel: replace strict_strto*() with kstrto*()
authorJingoo Han <jg1.han@samsung.com>
Thu, 12 Sep 2013 22:14:07 +0000 (15:14 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Sep 2013 22:38:03 +0000 (15:38 -0700)
commitfb47fc7157abdc21b66ee52809623186bc505dc2
tree63fab6e718bf9d77545c35ef7c089ce9d642d3da
parente7b728350b4fd4bc285f93895fa9247ec15ec4cc
kernel: 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: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/gcov/fs.c
kernel/ksysfs.c
kernel/params.c