drm/amdgpu: drop non-necessary call trace dump
authorEvan Quan <evan.quan@amd.com>
Wed, 20 Jul 2022 08:51:58 +0000 (16:51 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 28 Jul 2022 20:28:54 +0000 (16:28 -0400)
commit0da0def7705dff7ee938662ea06f90770cb6f9fc
tree9b98ebb3ea310a853597aba49f52dfe8843123a4
parent47231d5e396a94e869b877bb1a0dcd526d91ac6e
drm/amdgpu: drop non-necessary call trace dump

This extra call trace dump comes out in every gpu reset.
And it gives people a wrong impression that something
went wrong. Although actually there was not.

Signed-off-by: Evan Quan <evan.quan@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c