diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-10-07 13:06:37 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-10-08 13:20:13 -0400 |
commit | 08808f75d9b7925627a2d56a6f609a38ced67409 (patch) | |
tree | 94498e30b4e4f9ba8f918980439e3805591d4165 /scripts/clang-tools/run-clang-tools.py | |
parent | 73bf66712d2b2201912a404271eaf8fd89e81d22 (diff) | |
download | linux-08808f75d9b7925627a2d56a6f609a38ced67409.tar.bz2 |
drm/amd/display: Remove redundant initialization of variable result
The variable result is being initialized with a value that is never
read, it is being updated immediately afterwards in both branches
of an if statement. The assignment is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'scripts/clang-tools/run-clang-tools.py')
0 files changed, 0 insertions, 0 deletions