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

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

Merge "Revert "android: binder: don't break on first dead binder_ref when releasing nodes""

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

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

		death++;

@@ -2947,6 +2947,7 @@ 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);