Commit 4dbffb8f authored by Alex Deucher's avatar Alex Deucher

drm/radeon: remove useless return

Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 29930229
......@@ -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;
}
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment