mirror of https://gitee.com/openkylin/linux.git
drm/bochs: Remove leftover drm_atomic_helper_shutdown
Small mistake that crept into
commit 81da8c3b8d
Author: Gerd Hoffmann <kraxel@redhat.com>
Date: Tue Feb 11 14:52:18 2020 +0100
drm/bochs: add drm_driver.release callback
where drm_atomic_helper_shutdown was left in both places. The
->release callback really shouldn't touch hardware.
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200323144950.3018436-28-daniel.vetter@ffwll.ch
This commit is contained in:
parent
c3b790ea07
commit
9caf3c8019
|
@ -166,6 +166,5 @@ void bochs_kms_fini(struct bochs_device *bochs)
|
|||
if (!bochs->dev->mode_config.num_connector)
|
||||
return;
|
||||
|
||||
drm_atomic_helper_shutdown(bochs->dev);
|
||||
drm_mode_config_cleanup(bochs->dev);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue