]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/w1/w1.c: replace strict_strtol() with kstrtol()
authorJingoo Han <jg1.han@samsung.com>
Wed, 11 Sep 2013 21:26:03 +0000 (14:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Sep 2013 22:59:35 +0000 (15:59 -0700)
commite24c3d18b31e1611683071693b3211f9cbd420e5
tree796b03aafc3600292efceb3a50a64812bebaf18c
parentf5fd04826d7e5d5ca4fa1b37ba4e09ada6f4fed1
drivers/w1/w1.c: replace strict_strtol() with kstrtol()

The usage of strict_strtol() is not preferred, because strict_strtol() is
obsolete.  Thus, kstrtol() should be used.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Cc: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/w1/w1.c