From: Jingoo Han Date: Fri, 19 Jul 2013 07:22:19 +0000 (+0900) Subject: target: replace strict_strto*() with kstrto*() X-Git-Tag: v3.12-rc1~23^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57103d7fe1833857cf542a482c1eb8da0bf86e5d;p=pandora-kernel.git target: replace strict_strto*() with kstrto*() The usage of strict_strtoul() and strict_strtoull() is not preferred, because strict_strtoul() and strict_strtoull() are obsolete. Thus, kstrtoul() and kstrtoull() should be used. v2: Fix incorrect return in ft_add_tpg (Fengguang) Signed-off-by: Jingoo Han Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed