From: LABBE Corentin <clabbe.montj...@gmail.com> Date: Wed, 25 Nov 2015 14:44:41 +0100
> The simple_strtol function is obsolete. > This patch replace it by kstrtoint. > This will simplify code, since some error case not handled by > simple_strtol are handled by kstrtoint. > > Signed-off-by: LABBE Corentin <clabbe.montj...@gmail.com> kstrtoint() actually returns an accurate error code, so please use it. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html