Browse Source

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: Rob Clark <rob@ti.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Rob Clark 12 years ago
parent
commit
94d019b878
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/gpu/drm/exynos/exynos_drm_crtc.c

+ 0 - 1
drivers/gpu/drm/exynos/exynos_drm_crtc.c

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