mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
drm/radeon: remove useless return
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
299302294e
commit
4dbffb8f21
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user