Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 824387b2 authored by Daniel Vetter's avatar Daniel Vetter
Browse files

drm/atomic-helpers: Remove outdated comment

parent 5edbfc47
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -3286,11 +3286,6 @@ EXPORT_SYMBOL(drm_atomic_helper_duplicate_state);
void
__drm_atomic_helper_connector_destroy_state(struct drm_connector_state *state)
{
	/*
	 * This is currently a placeholder so that drivers that subclass the
	 * state will automatically do the right thing if code is ever added
	 * to this function.
	 */
	if (state->crtc)
		drm_connector_unreference(state->connector);
}