diff options
author | Jiangshan Yi <yijiangshan@kylinos.cn> | 2023-03-28 06:16:29 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-03-30 20:09:49 +0300 |
commit | 0dc9a715578b041b6159714f23f94cf71a214411 (patch) | |
tree | f3ec40c1c576ccf270e6764223e81cfde1a25844 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 197b6b60ae7bc51dd0814953c562833143b292aa (diff) | |
download | linux-0dc9a715578b041b6159714f23f94cf71a214411.tar.xz |
ACPI: thermal: Replace ternary operator with min_t()
Modify the code in accordance with the coccicheck warning:
drivers/acpi/thermal.c:422: WARNING opportunity for min().
min_t() macro is defined in include/linux/minmax.h. It avoids multiple
evaluations of the arguments when non-constant and performs strict
type-checking.
Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
[ rjw: Changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions