From: Jingoo Han Date: Wed, 11 Sep 2013 21:26:03 +0000 (-0700) Subject: drivers/w1/w1.c: replace strict_strtol() with kstrtol() X-Git-Tag: v3.12-rc1~52^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf4228f0ef662f11252f8cde7fa92979e4ac6b69;p=pandora-kernel.git 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 Cc: Evgeniy Polyakov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed