diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2014-01-30 20:06:05 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2014-02-06 18:22:48 +0100 |
commit | 4dbffb8f21999c2156ddac00186810f1dfd9eb1a (patch) | |
tree | 1af1b3f55f83c2655c6bf4c62b2d740e98a8d914 /drivers | |
parent | drm/radeon/dpm: use stored max_vddc rather than looking it up (diff) | |
download | linux-4dbffb8f21999c2156ddac00186810f1dfd9eb1a.tar.xz linux-4dbffb8f21999c2156ddac00186810f1dfd9eb1a.zip |
drm/radeon: remove useless return
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpu/drm/radeon/uvd_v2_2.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; } /** |