From: Jingoo Han Date: Sat, 1 Jun 2013 07:31:21 +0000 (+0900) Subject: video: replace strict_strtoul() with kstrtoul() X-Git-Tag: v3.11-rc1~66^2~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5725af59c7dfd00809eb08ad5602b1fba58bc0f;p=pandora-kernel.git video: replace strict_strtoul() with kstrtoul() The usage of strict_strtoul() is not preferred, because strict_strtoul() is obsolete. Thus, kstrtoul() should be used. Signed-off-by: Jingoo Han Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed