]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: use WARN_ON_ONCE instead of BUG_ON in the SA
authorChristian König <christian.koenig@amd.com>
Mon, 25 Jan 2016 12:01:42 +0000 (13:01 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 10 Feb 2016 19:17:03 +0000 (14:17 -0500)
commitddab3c1f85c4e0d8146966de9791a98f651af6b7
tree9ae3a6c2b7310e19519f59ce63101e789083c8e5
parent59ada796e9b531b235da2c355500fdd08d25ea05
drm/amdgpu: use WARN_ON_ONCE instead of BUG_ON in the SA

Crashing the system doesn't helps at all. Also properly return
-EINVAL if size or alignment are outside valid ranges.

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