dect
/
linux-2.6
Archived
13
0
Fork 0

drm/radeon: do not continue after error from r600_ib_test

This return statement got dropped while fixing the conflicts introduced
in 7a7e8734ac.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Matthijs Kooijman 2012-02-02 21:23:11 +01:00 committed by Dave Airlie
parent 08bc3d4e67
commit 3fe89a0c79
1 changed files with 1 additions and 0 deletions

View File

@ -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);