]> git.baikalelectronics.ru Git - kernel.git/commit
block/blk-sysfs.c: replace strict_strtoul() with kstrtoul()
authorJingoo Han <jg1.han@samsung.com>
Wed, 11 Sep 2013 21:20:08 +0000 (14:20 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Sep 2013 22:56:56 +0000 (15:56 -0700)
commit672df57b5c78a2d1224a003cb12a660fe90c7f35
tree26924e471815468d5cb49c5f989c5f2058e100e8
parentdd4e680cf4532a053bd5c3ff9c84613b583e0671
block/blk-sysfs.c: replace strict_strtoul() with kstrtoul()

The usage of strict_strtoul() is not preferred, because strict_strtoul()
is obsolete.  Thus, kstrtoul() 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>
block/blk-sysfs.c