Skip to content

Commit

Permalink
drm/exynos: page flip fixes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rob Clark authored and Inki Dae committed May 22, 2013
1 parent 4c1d8de commit 94d019b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/exynos/exynos_drm_crtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 94d019b

Please sign in to comment.