drm/amdgpu: Remove useless timeout error message
authorYiPeng Chai <YiPeng.Chai@amd.com>
Fri, 27 Jun 2025 08:49:24 +0000 (16:49 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 30 Jun 2025 16:08:00 +0000 (12:08 -0400)
commita6d6a86e94bfdf298662ac4bd9d6c92b77ac9abb
tree0e93be0270261ca1e32129834ce16a2d89d03b13
parent3b3afba42f9c1b4cbc6cbcfbf722385fe63e96a5
drm/amdgpu: Remove useless timeout error message

The timeout is only used to interrupt polling and
not need to print a error message.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c