drm/amdgpu/pp: remove duplicate assignment
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 21 May 2018 15:16:28 +0000 (10:16 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 24 May 2018 15:07:55 +0000 (10:07 -0500)
commitbf20f0ab544d8982af375c87e3d870d45237eecc
tree48ce014f07c07ad04b4477598a1dd9839ecd3733
parent52bf20f414bc34899203307034227ccc95d6adb3
drm/amdgpu/pp: remove duplicate assignment

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>
drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c