Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Mario Limonciello and committed by
Alex Deucher
f35f2541 6062ede6

-1
-1
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
··· 3780 3780 if (adev->ip_blocks[i].version->type != AMD_IP_BLOCK_TYPE_DCE) 3781 3781 continue; 3782 3782 3783 - /* XXX handle errors */ 3784 3783 r = amdgpu_ip_block_suspend(&adev->ip_blocks[i]); 3785 3784 if (r) 3786 3785 return r;