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

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

Merge "staging: android: sync: fix list corruption in fence struct"

parents 04102f12 54812d33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ static void sync_print_pt(struct seq_file *s, struct sync_pt *pt, bool fence)
	int status = 1;
	struct sync_timeline *parent = sync_pt_parent(pt);

	if (fence_is_signaled_locked(&pt->base))
	if (test_bit(FENCE_FLAG_SIGNALED_BIT, &pt->base.flags))
		status = pt->base.status;

	seq_printf(s, "  %s%spt %s",