Skip to content

Commit

Permalink
drm/amdgpu/pp: remove duplicate assignment
Browse files Browse the repository at this point in the history
is_dpm_running callback was assigned to the same value
twice.  Drop the duplicate.

Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Alex Deucher committed May 24, 2018
1 parent 52bf20f commit bf20f0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2379,6 +2379,5 @@ const struct pp_smumgr_func vegam_smu_funcs = {
.update_sclk_threshold = vegam_update_sclk_threshold,
.is_hw_avfs_present = vegam_is_hw_avfs_present,
.thermal_avfs_enable = vegam_thermal_avfs_enable,
.is_dpm_running = vegam_is_dpm_running,
.thermal_setup_fan_table = vegam_thermal_setup_fan_table,
};

0 comments on commit bf20f0a

Please sign in to comment.