Re: [PATCH] Input: convert obsolete strict_strtox to kstrtox

From: Dmitry Torokhov
Date: Mon Nov 07 2011 - 00:55:46 EST


Hi JJ,

On Mon, Nov 07, 2011 at 11:12:50AM +0800, JJ Ding wrote:
> From: JJ Ding <dgdunix@xxxxxxxxx>
>
> With commit 67d0a0754455f89ef3946946159d8ec9e45ce33a we mark strict_strtox
> as obsolete. Convert all remaining such uses in drivers/input/.

Most of these users do not want long data, they just want an int, but
strict_strtouint was not available. Since we have kstrtouint now it
would be nice to use it.

Thanks.

--
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/