Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3fe89a0c authored by Matthijs Kooijman's avatar Matthijs Kooijman Committed by Dave Airlie
Browse files

drm/radeon: do not continue after error from r600_ib_test



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

Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 08bc3d4e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);