commit | 63c980470526842f2e5219ffdfeca7c3051c110c | [log] [tgz] |
---|---|---|
author | Muchun Song <smuchun@gmail.com> | Sun Oct 28 14:39:11 2018 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Nov 11 09:54:42 2018 -0800 |
tree | c462069c1ebe5e2a49964dafd0b4ad69353c5bd4 | |
parent | 651022382c7f8da46cb4872a545ee1da6d097d2a [diff] |
driver core: Replace simple_strtol by kstrtoint The simple_strtol() function is deprecated, use kstrtoint() instead. Signed-off-by: Muchun Song <smuchun@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>