From c92f158499f21c3397ad79d93c4d9113a26973a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?= Date: Mon, 6 Apr 2009 15:12:54 -0700 Subject: [PATCH] --- yaml --- r: 143642 b: refs/heads/master c: 85e0b0cbbfc17e7f7baa9e76f9a937249108fc52 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/staging/android/binder.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 626c1df71c9e..77afceb56c84 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1d8cbcf5d66b1f23f776a2c10ef9574a338cd109 +refs/heads/master: 85e0b0cbbfc17e7f7baa9e76f9a937249108fc52 diff --git a/trunk/drivers/staging/android/binder.c b/trunk/drivers/staging/android/binder.c index b62cd2aae874..39871da7ef91 100644 --- a/trunk/drivers/staging/android/binder.c +++ b/trunk/drivers/staging/android/binder.c @@ -2776,6 +2776,7 @@ static int binder_open(struct inode *nodp, struct file *filp) if (binder_proc_dir_entry_proc) { char strbuf[11]; snprintf(strbuf, sizeof(strbuf), "%u", proc->pid); + remove_proc_entry(strbuf, binder_proc_dir_entry_proc); create_proc_read_entry(strbuf, S_IRUGO, binder_proc_dir_entry_proc, binder_read_proc_proc, proc); }