drivers/w1/w1.c: replace strict_strtol() with kstrtol()
authorJingoo Han <[email protected]>
Wed, 11 Sep 2013 21:26:03 +0000 (14:26 -0700)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Cc: Evgeniy Polyakov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/w1/w1.c