summaryrefslogtreecommitdiff
path: root/drivers/acpi/sbshc.c
diff options
context:
space:
mode:
authorLiu Shixin <liushixin2@huawei.com>2021-06-03 12:12:04 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-06-07 17:12:32 +0300
commit8e3ecc68e33ffe3a168f765a8f07377258615709 (patch)
tree50c71018c26095c3cb92fb68747b8287a4a2ab6c /drivers/acpi/sbshc.c
parent614124bea77e452aa6df7a8714e8bc820b489922 (diff)
downloadlinux-8e3ecc68e33ffe3a168f765a8f07377258615709.tar.xz
ACPI: LPSS: Use kstrtol() instead of simple_strtol()
The simple_strtol() function is not reliable in some situation, since it does not check for the range overflow. Use kstrtol() instead. While at it, modify the code to avoid evaluating _SEM unnecessarily if uid_str is NULL or kstrtol() fails to convert that string to a nonzero number. Signed-off-by: Liu Shixin <liushixin2@huawei.com> [ rjw: Check uid right after calling kstrtol() ] [ rjw: Rewrite subject and changelog ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/sbshc.c')
0 files changed, 0 insertions, 0 deletions