Commit 175d176a authored by Gerd Hoffmann's avatar Gerd Hoffmann
Browse files

drm/bochs: add missing drm_atomic_helper_shutdown() call.

parent 7ff8a316
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -293,6 +293,7 @@ int bochs_kms_init(struct bochs_device *bochs)
void bochs_kms_fini(struct bochs_device *bochs)
{
	if (bochs->mode_config_initialized) {
		drm_atomic_helper_shutdown(bochs->dev);
		drm_mode_config_cleanup(bochs->dev);
		bochs->mode_config_initialized = false;
	}