On Wed, 19 Oct 2022 16:34:42 +0200, Maxime Ripard wrote: > Commit 35a3b82f1bdd ("drm/connector: Introduce drmm_connector_init") > introduced the function drmm_connector_init() with a parameter for an > optional ddc pointer to the i2c controller used to access the DDC bus. > > However, the underlying call to __drm_connector_init() was always > setting it to NULL instead of passing the ddc argument around. > > [...] Applied to drm/drm-misc (drm-misc-fixes). Thanks! Maxime