From: JJ Ding Date: Wed, 9 Nov 2011 18:20:14 +0000 (-0800) Subject: Input: convert obsolete strict_strtox to kstrtox X-Git-Tag: v3.3-rc1~122^2^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76496e7a02e99d42844f4fffa145b81e513e7acd;p=pandora-kernel.git Input: convert obsolete strict_strtox to kstrtox With commit 67d0a0754455f89ef3946946159d8ec9e45ce33a we mark strict_strtox as obsolete. Convert all remaining such uses in drivers/input/. Also change long to appropriate types, and return error conditions from kstrtox separately, as Dmitry sugguests. Signed-off-by: JJ Ding Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed