Skip to content

Commit

Permalink
drm/sti: Drop drm_vblank_cleanup
Browse files Browse the repository at this point in the history
Seems entirely cargo-culted.

Cc: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Cc: Vincent Abriou <vincent.abriou@st.com>
Acked-by: Vincent Abriou <vincent.abriou@st.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170524145212.27837-31-daniel.vetter@ffwll.ch
  • Loading branch information
Daniel Vetter committed Jun 20, 2017
1 parent 34c8ea4 commit fc5e9d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/sti/sti_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ static void sti_cleanup(struct drm_device *ddev)
}

drm_kms_helper_poll_fini(ddev);
drm_vblank_cleanup(ddev);
component_unbind_all(ddev->dev, ddev);
kfree(private);
ddev->dev_private = NULL;
Expand Down

0 comments on commit fc5e9d6

Please sign in to comment.