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

Commit 4918c41c authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Signal dump_gate only when worker finishes work"

parents 30bc6cb0 7a7d99de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1331,7 +1331,7 @@ static void kgsl_snapshot_save_frozen_objs(struct work_struct *work)
				snapshot->ib2base);

gmu_only:
	complete_all(&snapshot->dump_gate);
	BUG_ON(!snapshot->device->skip_ib_capture &&
				snapshot->device->force_panic);
	complete_all(&snapshot->dump_gate);
}