staging: speakup: Note that simple_strtoul can't simply be replaced by kstrtoul
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 23 Feb 2019 19:42:19 +0000 (20:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Feb 2019 10:50:17 +0000 (11:50 +0100)
commit615cba3557f1bad6061acde2067a3edbf80d90c2
tree5a5fc3710f18cd72e12a6ee4653a20be98b9e798
parent97c64322b8dded294fe1f1021946dcad49c0fb4e
staging: speakup: Note that simple_strtoul can't simply be replaced by kstrtoul

We often receive patches which erroneously try to use kstrtoul in these
places.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/kobjects.c
drivers/staging/speakup/main.c
drivers/staging/speakup/varhandlers.c