drm/amdgpu: remove the clear of MCA_ADDR
authorTao Zhou <tao.zhou1@amd.com>
Mon, 29 Jul 2019 02:28:57 +0000 (10:28 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 2 Aug 2019 15:30:38 +0000 (10:30 -0500)
commita55c8d7bda4f83e86e2b7ed7b1704e762ed50db3
treef6371b6cd3a075e94db46f3dff2456daf077ce27
parentb94afb61cdaeaa86f77846fdec419eb5e9d9f537
drm/amdgpu: remove the clear of MCA_ADDR

clearing MCA_STATUS is enough to reset the whole MCA, writing zero to
MCA_ADDR is unnecessary

Signed-off-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/umc_v6_1.c