diff options
author | Arnd Bergmann <[email protected]> | 2022-12-15 17:45:25 +0100 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2022-12-20 12:46:27 -0500 |
commit | 15504993a86d4aa078c8ac22537b7b295bee1a5f (patch) | |
tree | 1d84c5b5a8d80ead2845571aa2427a96ce45db03 /tools/perf/scripts/python/stackcollapse.py | |
parent | 41d82649ca5679ce8e3dd1628515706711cf595b (diff) |
drm/amd/display: fix duplicate assignments
The .set_odm_combine callback pointer was added twice, causing
a harmless -Wextra warning:
drivers/gpu/drm/amd/amdgpu/../display/dc/dcn314/dcn314_optc.c:258:36: error: initialized field overwritten [-Werror=override-init]
258 | .set_odm_combine = optc314_set_odm_combine,
| ^~~~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/amd/amdgpu/../display/dc/dcn314/dcn314_optc.c:258:36: note: (near initialization for 'dcn314_tg_funcs.set_odm_combine')
Fixes: 5ade1b951dec ("drm/amd/display: Add OTG/ODM functions")
Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions