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

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

Merge "staging: binder: Fix death notifications"

parents acd2b134 e3dbe407
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2935,7 +2935,7 @@ static int binder_node_release(struct binder_node *node, int refs)
		refs++;

		if (!ref->death)
			goto out;
			continue;

		death++;

@@ -2948,7 +2948,6 @@ static int binder_node_release(struct binder_node *node, int refs)
			BUG();
	}

out:
	binder_debug(BINDER_DEBUG_DEAD_BINDER,
		     "node %d now dead, refs %d, death %d\n",
		     node->debug_id, refs, death);