diff options
author | Ivan Lipski <ivlipski@amd.com> | 2024-06-04 10:28:05 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-06-14 16:18:54 -0400 |
commit | 2094401053dfbf7e8f74430c6c6ce666bce1d805 (patch) | |
tree | cb98b5042d1104e012073150caa14da722abef28 /scripts/lib/kdoc/kdoc_output.py | |
parent | 9061707976c68899cf2f3b9117c5bbcee8e6872c (diff) |
drm/amd/display: Remove redundant condition in VBA 314 func
[WHY]
Coverity analysis this conditional code as DEADCODE.
The conditional statement is never true since
'MacroTileSizeBytes' is either 256 or 65536. Thus, the
code inside is the conditional statement is never reached.
[HOW]
Removed the conditional statement.
Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Reviewed-by: Alex Hung <alex.hung@amd.com>
Acked-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Ivan Lipski <ivlipski@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_output.py')
0 files changed, 0 insertions, 0 deletions