OSDN Git Service

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)
commitfe6b2ad91fd3578d69ef07f0ba35a28c002034b6
tree9ae3a6c2b7310e19519f59ce63101e789083c8e5
parent777dbd458c89d4ca74a659f85ffb5bc817f29a35
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