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

Commit 6beba371 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Unbind the kgsl-event workqueue"

parents ff53a756 b7be8076
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3946,7 +3946,7 @@ int kgsl_device_platform_probe(struct kgsl_device *device)
	}


	device->events_wq = create_workqueue("kgsl-events");
	device->events_wq = create_singlethread_workqueue("kgsl-events");

	/* Initalize the snapshot engine */
	kgsl_device_snapshot_init(device);