diff options
author | LABBE Corentin <clabbe.montjoie@gmail.com> | 2015-12-17 16:11:04 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-01-11 22:20:02 +0300 |
commit | f571287bda5390751ab4e4d5e3f54fa2d1788667 (patch) | |
tree | 7941eef4b3153930cfbddb1486086e8057c4d74a /drivers/rtc/rtc-rv3029c2.c | |
parent | 718a820a303ca60645ab703451ecfebf045c896b (diff) | |
download | linux-f571287bda5390751ab4e4d5e3f54fa2d1788667.tar.xz |
rtc: Replace simple_strtoul by kstrtoul
The simple_strtoul function is obsolete.
This patch replace it by kstrtoul.
Since kstrtoul is more strict, it permits to filter some invalid input that
simple_strtoul accept. For example:
echo '1022xxx' > /sys/devices/pnp0/00:03/rtc/rtc0/max_user_freq
cat /sys/devices/pnp0/00:03/rtc/rtc0/max_user_freq
1022
Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'drivers/rtc/rtc-rv3029c2.c')
0 files changed, 0 insertions, 0 deletions