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

Commit 94d019b8 authored by Rob Clark's avatar Rob Clark Committed by Inki Dae
Browse files

drm/exynos: page flip fixes



The event wouldn't be on any list at this point, so nothing to delete
it from.

Signed-off-by: default avatarRob Clark <rob@ti.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent 4c1d8def
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -217,7 +217,6 @@ static int exynos_drm_crtc_page_flip(struct drm_crtc *crtc,
		ret = drm_vblank_get(dev, exynos_crtc->pipe);
		if (ret) {
			DRM_DEBUG("failed to acquire vblank counter\n");
			list_del(&event->base.link);

			goto out;
		}