Commit abdc7b3d authored by Riley Andrews's avatar Riley Andrews Committed by Nikola Majkić
Browse files

android: drivers: Fix build broken by android debugfs fix.

Fix build broken by commit b0bd81a67ae5ced88b ("android: drivers: workaround
debugfs race in binder").

Change-Id: I10c5c0211144a4a1c270dc03f92cf6a1a829e8f8
parent 94ed6132
......@@ -3603,6 +3603,7 @@ static int binder_transactions_show(struct seq_file *m, void *unused)
static int binder_proc_show(struct seq_file *m, void *unused)
{
struct binder_proc *itr;
struct hlist_node *pos;
struct binder_proc *proc = m->private;
struct hlist_node *pos;
int do_lock = !binder_debug_no_lock;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment