Commit 2d28b70e authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdgpu: drop extraneous hw_status update



We set the same variable a few lines above.  Drop the duplicate
setting.

Reviewed-by: default avatarEvan Quan <evan.quan@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent d1fa1568
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -2740,7 +2740,6 @@ static int amdgpu_device_ip_suspend_phase2(struct amdgpu_device *adev)
				}
				}
			}
			}
		}
		}
		adev->ip_blocks[i].status.hw = false;
	}
	}


	return 0;
	return 0;