diff options
| author | Jason Yan <[email protected]> | 2020-04-28 14:30:03 +0800 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2020-04-30 16:48:07 -0400 |
| commit | 50654d7bca87d4694a25307bd4796d41c3438a76 (patch) | |
| tree | 637106160b551e35e0e1221124351ccbb5d462c1 /tools/perf/scripts/python/bin | |
| parent | ddea4ed01058e8b59743b98b281801666d450228 (diff) | |
drm/amdgpu/smu10: remove duplicate assignment of smu10_hwmgr_funcs members
The struct member 'asic_setup' was assigned twice, let's remove one:
static const struct pp_hwmgr_func smu10_hwmgr_funcs = {
......
.asic_setup = NULL,
......
.asic_setup = smu10_setup_asic_task,
......
};
This fixes the following coccicheck warning:
drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c:1357:52-53:
asic_setup: first occurrence line 1360, second occurrence line 1388
Signed-off-by: Jason Yan <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions