提交 b7e05db3 编写于 作者: V Vincent Abriou

drm/sti: unbind all components while driver cleanup

Unbind all the components when the STI driver is unregistered.
Signed-off-by: NVincent Abriou <vincent.abriou@st.com>
上级 e9f494d3
......@@ -255,6 +255,7 @@ 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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部