summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/sti/sti_crtc.c
diff options
context:
space:
mode:
authorVincent Abriou <vincent.abriou@st.com>2016-09-15 17:11:07 +0200
committerVincent Abriou <vincent.abriou@st.com>2016-09-20 11:32:07 +0200
commit38fdb8d95f8496f0db4fb1071998d27a35ba16a8 (patch)
tree963086f7b30dd280b13c4332475f436afbf6a388 /drivers/gpu/drm/sti/sti_crtc.c
parentf766c6c810a6894a6049b5ee9406e098ac8cb611 (diff)
drm/sti: fix compositor debugfs creation
Fix typo and issue while creating the vid and mixer debugfs entries. Signed-off-by: Vincent Abriou <vincent.abriou@st.com> Acked-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Diffstat (limited to 'drivers/gpu/drm/sti/sti_crtc.c')
-rw-r--r--drivers/gpu/drm/sti/sti_crtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/sti/sti_crtc.c b/drivers/gpu/drm/sti/sti_crtc.c
index bc1b186f129c..e992bed98dcb 100644
--- a/drivers/gpu/drm/sti/sti_crtc.c
+++ b/drivers/gpu/drm/sti/sti_crtc.c
@@ -338,7 +338,7 @@ static int sti_crtc_late_register(struct drm_crtc *crtc)
struct sti_compositor *compo = dev_get_drvdata(mixer->dev);
if (drm_crtc_index(crtc) == 0)
- return sti_compositor_debufs_init(compo, crtc->dev->primary);
+ return sti_compositor_debugfs_init(compo, crtc->dev->primary);
return 0;
}