commit | 76496e7a02e99d42844f4fffa145b81e513e7acd | [log] [tgz] |
---|---|---|
author | JJ Ding <dgdunix@gmail.com> | Wed Nov 09 10:20:14 2011 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Wed Nov 09 21:23:26 2011 -0800 |
tree | 33812cc8a9b250a95cf90c237c46ec6fc6fcf2ff | |
parent | 7cf801cfc0774b777aa6861cf4a43a90b112b1ed [diff] |
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 <dgdunix@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>