diff options
author | Nirmoy Das <[email protected]> | 2020-06-22 21:50:40 +0200 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2020-07-01 01:59:26 -0400 |
commit | c0732ba1eeec7fe6ea53c949d5ec6f79d56282c7 (patch) | |
tree | 75c9ef31016f32577a2be1480a629051d2fd4a8e /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
parent | 6b17afcccc811a77cd2a2003d8417bfb8b946feb (diff) |
drm/powerplay: fix compilation warning
If (smu)->ppt_funcs->intf is not initialized then
smu_send_smc_msg(smu, SMU_MSG_ReadSerialNumBottom32, &bottom32) and
smu_send_smc_msg(smu, SMU_MSG_ReadSerialNumTop32, &top32) will not
touch bottom32 and top32.
Signed-off-by: Nirmoy Das <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions