drm/exynos: page flip fixes
authorRob Clark <rob@ti.com>
Mon, 8 Oct 2012 19:50:44 +0000 (14:50 -0500)
committerInki Dae <inki.dae@samsung.com>
Wed, 22 May 2013 02:45:56 +0000 (11:45 +0900)
The event wouldn't be on any list at this point, so nothing to delete
it from.

Signed-off-by: Rob Clark <rob@ti.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_crtc.c

index e8894bc9e6d5edf0ecf07cea5078f3961191030d..02b36080d00bf009f62d171db364e520c8c49884 100644 (file)
@@ -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;
                }