diff options
author | Minjie Du <duminjie@vivo.com> | 2023-09-21 12:10:50 +0300 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2023-10-16 00:40:10 +0300 |
commit | 2ffa39c83b39f555d9a61daec3ed1cc79c4ba7ef (patch) | |
tree | 6e321b0e8f9825ced81a3269674341b73ee2d969 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | de84da588f35423c5c2e6a46f2bc8a07f8eaf793 (diff) | |
download | linux-2ffa39c83b39f555d9a61daec3ed1cc79c4ba7ef.tar.xz |
thermal/drivers/mediatek/lvts_thermal: Fix error check in lvts_debugfs_init()
debugfs_create_dir() function returns an error value embedded in
the pointer (PTR_ERR). Evaluate the return value using IS_ERR
rather than checking for NULL.
Signed-off-by: Minjie Du <duminjie@vivo.com>
Reviewed-by: Alexandre Mergnat <amergnat@baylibre.com>
Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20230921091057.3812-1-duminjie@vivo.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions