diff options
author | Rob Clark <rob@ti.com> | 2012-10-08 23:50:44 +0400 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2013-05-22 06:45:56 +0400 |
commit | 94d019b87859bb984bd6c15db330d404eab3acaa (patch) | |
tree | 29943051cfa6aef816a28f9e9de97c6c4fda6330 /drivers/gpu | |
parent | 4c1d8def9d5bbd642782893ccd849963f1811ae6 (diff) | |
download | linux-94d019b87859bb984bd6c15db330d404eab3acaa.tar.xz |
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>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_crtc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_crtc.c b/drivers/gpu/drm/exynos/exynos_drm_crtc.c index e8894bc9e6d5..02b36080d00b 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_crtc.c +++ b/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; } |