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

Commit 98a4eb93 authored by Chris Wilson's avatar Chris Wilson Committed by android-build-merger
Browse files

drm: Cancel drm_fb_helper_resume_work on unload

am: 967e17bc

Change-Id: I9ec04db6a128317a0cdd70fb15431b8a48c355c4
parents bce3604e 967e17bc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -848,6 +848,7 @@ void drm_fb_helper_fini(struct drm_fb_helper *fb_helper)
	if (!drm_fbdev_emulation)
		return;

	cancel_work_sync(&fb_helper->resume_work);
	cancel_work_sync(&fb_helper->dirty_work);

	if (!list_empty(&fb_helper->kernel_fb_list)) {