diff options
author | 2023-09-21 17:10:50 +0800 | |
---|---|---|
committer | 2023-10-15 23:40:10 +0200 | |
commit | 2ffa39c83b39f555d9a61daec3ed1cc79c4ba7ef (patch) | |
tree | 6e321b0e8f9825ced81a3269674341b73ee2d969 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | tools/thermal: Remove unused 'mds' and 'nrhandler' variables (diff) | |
download | linux-rng-2ffa39c83b39f555d9a61daec3ed1cc79c4ba7ef.tar.xz linux-rng-2ffa39c83b39f555d9a61daec3ed1cc79c4ba7ef.zip |
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