Skip to content

Commit

Permalink
drm/radeon: do not continue after error from r600_ib_test
Browse files Browse the repository at this point in the history
This return statement got dropped while fixing the conflicts introduced
in 7a7e873.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Matthijs Kooijman authored and Dave Airlie committed Feb 3, 2012
1 parent 08bc3d4 commit 3fe89a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/radeon/evergreen.c
Original file line number Diff line number Diff line change
Expand Up @@ -3191,6 +3191,7 @@ static int evergreen_startup(struct radeon_device *rdev)
if (r) {
DRM_ERROR("radeon: failed testing IB (%d).\n", r);
rdev->accel_working = false;
return r;
}

r = r600_audio_init(rdev);
Expand Down

0 comments on commit 3fe89a0

Please sign in to comment.