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>
This commit is contained in:
Rob Clark 2012-10-08 14:50:44 -05:00 коммит произвёл Inki Dae
Родитель 4c1d8def9d
Коммит 94d019b878
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

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