Input: convert obsolete strict_strtox to kstrtox
authorJJ Ding <dgdunix@gmail.com>
Wed, 9 Nov 2011 18:20:14 +0000 (10:20 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 10 Nov 2011 05:23:26 +0000 (21:23 -0800)
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 <dgdunix@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

No differences found