diff options
| author | Tom Rix <[email protected]> | 2023-03-25 13:45:03 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-04-11 22:03:44 +0000 |
| commit | fdf8ea814ae48d7f5670bc7c3bf34101fb58f7c8 (patch) | |
| tree | 8a069fd38c5e839ba0e31d6a97463379f9e1e003 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |
| parent | drm/amd/display: set variables dml*_funcs storage-class-specifier to static (diff) | |
| download | kernel-fdf8ea814ae48d7f5670bc7c3bf34101fb58f7c8.tar.gz kernel-fdf8ea814ae48d7f5670bc7c3bf34101fb58f7c8.zip | |
drm/amd/display: remove unused matching_stream_ptrs variable
clang with W=1 reports
drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_enc_cfg.c:625:6: error:
variable 'matching_stream_ptrs' set but not used [-Werror,-Wunused-but-set-variable]
int matching_stream_ptrs = 0;
^
This variable is not used so remove it.
Reviewed-by: Nick Desaulniers <[email protected]>
Signed-off-by: Tom Rix <[email protected]>
Signed-off-by: Hamza Mahfooz <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
0 files changed, 0 insertions, 0 deletions
