]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: remove VM shadow WARN_ONs
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 13 Jul 2017 19:37:11 +0000 (15:37 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 14 Jul 2017 15:06:43 +0000 (11:06 -0400)
commit162853eca21a34b266126c14dc6188b502d2c42c
treeb58136e32daa7da0a5bb2acfa41b2207288cc23b
parentc6e912709ff0f2192ea37d03cf4886fcbe3ce452
drm/amdgpu: remove VM shadow WARN_ONs

Printing a warning into the logs that we will certainly run into a BUG() is
completely nonsense, the BUG() is more than noisy enough.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c