drm/amdgpu: no need to log error in multi ring write
authorSunil Khatri <sunil.khatri@amd.com>
Thu, 3 Oct 2024 08:05:22 +0000 (13:35 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 8 Oct 2024 13:46:23 +0000 (09:46 -0400)
commit555cd714bd6695c648bf01dcf37a8ea8135aead7
tree610889322f925ed2c319ed272d940614363cbb93
parentccc0a187483ad1bede67dd9310786c37e09dc1b4
drm/amdgpu: no need to log error in multi ring write

No need to log error in multi ring write as its taken
care during ring commit.

This is inline with change done in amdgpu_ring_write.

Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
Suggested-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h