On Mon, Mar 02, 2020 at 11:26:09PM +0100, Daniel Vetter wrote:
We can even delete the drm_driver.release hook now!
This is made possible by a preceeding patch which added a drmm_ cleanup action to drm_mode_config_init(), hence all we need to do to ensure that drm_mode_config_cleanup() is run on final drm_device cleanup is check the new error code for _init().
Acked-by: Gerd Hoffmann kraxel@redhat.com