diff options
author | Bragatheswaran Manickavel <bragathemanick0908@gmail.com> | 2023-10-24 21:11:34 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-11-07 20:03:31 +0300 |
commit | c68b4550b6b432cbb05ad30f67178d2d3845d919 (patch) | |
tree | f79cb9e8fd60a83192205660438250e065adcae7 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
parent | 8cfd6a05750cd7aa84e7f1e5933fa7781006bfc3 (diff) | |
download | linux-c68b4550b6b432cbb05ad30f67178d2d3845d919.tar.xz |
drm/amd/display: avoid variable reinitialization
The member variable enable_hpo_pg_support is already initialized
and hence the reinitialization instruction can be removed. Issue
identified using the doubleinit.cocci Coccinelle semantic patch script.
Signed-off-by: Bragatheswaran Manickavel <bragathemanick0908@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions