]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit6927798572a930a4a56f66eb36916d861ff56ad6
treeb58136e32daa7da0a5bb2acfa41b2207288cc23b
parenta33cab7aacb2aa5bfe82ea6beaf51870af84a10e
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