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); }