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

Commit 7b017a58 authored by Jeffy Chen's avatar Jeffy Chen Committed by Sean Paul
Browse files

drm: bridge: analogix: Unregister dp aux when unbinding

parent 18aea7db
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1447,6 +1447,7 @@ void analogix_dp_unbind(struct device *dev, struct device *master,
			DRM_ERROR("failed to detach the panel\n");
	}

	drm_dp_aux_unregister(&dp->aux);
	pm_runtime_disable(dev);
}
EXPORT_SYMBOL_GPL(analogix_dp_unbind);