]> git.karo-electronics.de Git - karo-tx-linux.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)
commitbf4228f0ef662f11252f8cde7fa92979e4ac6b69
tree796b03aafc3600292efceb3a50a64812bebaf18c
parent0ab30494bc4f3bc1ea4659b7c5d97c5218554a63
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