diff options
author | Vincent Abriou <vincent.abriou@st.com> | 2016-09-15 17:11:07 +0200 |
---|---|---|
committer | Vincent Abriou <vincent.abriou@st.com> | 2016-09-20 11:32:07 +0200 |
commit | 38fdb8d95f8496f0db4fb1071998d27a35ba16a8 (patch) | |
tree | 963086f7b30dd280b13c4332475f436afbf6a388 /drivers/gpu/drm/sti/sti_compositor.h | |
parent | f766c6c810a6894a6049b5ee9406e098ac8cb611 (diff) | |
download | blackbird-op-linux-38fdb8d95f8496f0db4fb1071998d27a35ba16a8.tar.gz blackbird-op-linux-38fdb8d95f8496f0db4fb1071998d27a35ba16a8.zip |
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_compositor.h')
-rw-r--r-- | drivers/gpu/drm/sti/sti_compositor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/sti/sti_compositor.h b/drivers/gpu/drm/sti/sti_compositor.h index c9e7e3bf183e..2952a2d25a52 100644 --- a/drivers/gpu/drm/sti/sti_compositor.h +++ b/drivers/gpu/drm/sti/sti_compositor.h @@ -79,7 +79,7 @@ struct sti_compositor { struct notifier_block vtg_vblank_nb[STI_MAX_MIXER]; }; -int sti_compositor_debufs_init(struct sti_compositor *compo, - struct drm_minor *minor); +int sti_compositor_debugfs_init(struct sti_compositor *compo, + struct drm_minor *minor); #endif |