From: Alex Deucher Date: Thu, 30 Jan 2014 19:06:05 +0000 (-0500) Subject: drm/radeon: remove useless return X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=4dbffb8f21999c2156ddac00186810f1dfd9eb1a;p=openwrt%2Fstaging%2Fblogic.git drm/radeon: remove useless return Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/radeon/uvd_v2_2.c b/drivers/gpu/drm/radeon/uvd_v2_2.c index 824550db3fed..d1771004cb52 100644 --- a/drivers/gpu/drm/radeon/uvd_v2_2.c +++ b/drivers/gpu/drm/radeon/uvd_v2_2.c @@ -57,7 +57,6 @@ void uvd_v2_2_fence_emit(struct radeon_device *rdev, radeon_ring_write(ring, 0); radeon_ring_write(ring, PACKET0(UVD_GPCOM_VCPU_CMD, 0)); radeon_ring_write(ring, 2); - return; } /**