drm/radeon: remove range check from *_gart_set_page
authorChristian König <christian.koenig@amd.com>
Wed, 4 Jun 2014 13:29:57 +0000 (15:29 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 10 Jun 2014 02:06:51 +0000 (22:06 -0400)
We never check the return value anyway and if the
index isn't valid would crash way before calling
the functions.

Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

No differences found