diff options
Diffstat (limited to 'drivers/android/binder.c')
-rw-r--r-- | drivers/android/binder.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/android/binder.c b/drivers/android/binder.c index 947eb7056fa7..e4b6055aafc7 100644 --- a/drivers/android/binder.c +++ b/drivers/android/binder.c | |||
@@ -4225,6 +4225,8 @@ static long binder_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) | |||
4225 | /*pr_info("binder_ioctl: %d:%d %x %lx\n", | 4225 | /*pr_info("binder_ioctl: %d:%d %x %lx\n", |
4226 | proc->pid, current->pid, cmd, arg);*/ | 4226 | proc->pid, current->pid, cmd, arg);*/ |
4227 | 4227 | ||
4228 | binder_selftest_alloc(&proc->alloc); | ||
4229 | |||
4228 | trace_binder_ioctl(cmd, arg); | 4230 | trace_binder_ioctl(cmd, arg); |
4229 | 4231 | ||
4230 | ret = wait_event_interruptible(binder_user_error_wait, binder_stop_on_user_error < 2); | 4232 | ret = wait_event_interruptible(binder_user_error_wait, binder_stop_on_user_error < 2); |