commit | bf4228f0ef662f11252f8cde7fa92979e4ac6b69 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Wed Sep 11 14:26:03 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Sep 11 15:59:35 2013 -0700 |
tree | 796b03aafc3600292efceb3a50a64812bebaf18c | |
parent | 0ab30494bc4f3bc1ea4659b7c5d97c5218554a63 [diff] |
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>