drm/radeon: remove duplicates check
authorChristian König <christian.koenig@amd.com>
Wed, 3 Dec 2014 14:46:49 +0000 (15:46 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 3 Dec 2014 23:26:53 +0000 (18:26 -0500)
Completely unnecessary since the ww_mutex used to reserve a buffer
can detect double reservations from the same thread anyway.

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

No differences found