]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd: Remove comment about handling errors in amdgpu_device_ip_suspend_phase1()
authorMario Limonciello <mario.limonciello@amd.com>
Thu, 2 Oct 2025 17:42:41 +0000 (12:42 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 13 Oct 2025 18:14:34 +0000 (14:14 -0400)
commitf35f2541780b05d0ebc4cdf5a6e9d8aea6573369
tree9c23e6073519e93d57763b29c96397eaee54bf20
parent6062ede68097d21aec896820071257362c965cc2
drm/amd: Remove comment about handling errors in amdgpu_device_ip_suspend_phase1()

Error handling was introduced in commit e095026f0066 ("drm/amdgpu:
validate suspend before function call") so the comment about TODO is no
longer needed.

Fixes: e095026f0066 ("drm/amdgpu: validate suspend before function call")
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c