drm/sti: plane: Remove redundant zpos initialisation
[linux-2.6-microblaze.git] / drivers / gpu / drm / sti / sti_cursor.c
index 1d6051b..414c997 100644 (file)
@@ -351,7 +351,7 @@ static const struct drm_plane_funcs sti_cursor_plane_helpers_funcs = {
        .update_plane = drm_atomic_helper_update_plane,
        .disable_plane = drm_atomic_helper_disable_plane,
        .destroy = drm_plane_cleanup,
-       .reset = sti_plane_reset,
+       .reset = drm_atomic_helper_plane_reset,
        .atomic_duplicate_state = drm_atomic_helper_plane_duplicate_state,
        .atomic_destroy_state = drm_atomic_helper_plane_destroy_state,
        .late_register = sti_cursor_late_register,