[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1392722606-965-1-git-send-email-sj38.park@gmail.com>
Date: Tue, 18 Feb 2014 20:23:25 +0900
From: SeongJae Park <sj38.park@...il.com>
To: gregkh@...uxfoundation.org
Cc: swetland@...gle.com, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org, SeongJae Park <sj38.park@...il.com>
Subject: [PATCH 1/2] staging: android: binder: remove unnecessary comment
Signed-off-by: SeongJae Park <sj38.park@...il.com>
---
drivers/staging/android/binder.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/android/binder.c b/drivers/staging/android/binder.c
index eaec1da..b23cbc9 100644
--- a/drivers/staging/android/binder.c
+++ b/drivers/staging/android/binder.c
@@ -2553,8 +2553,6 @@ static long binder_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
unsigned int size = _IOC_SIZE(cmd);
void __user *ubuf = (void __user *)arg;
- /*pr_info("binder_ioctl: %d:%d %x %lx\n", proc->pid, current->pid, cmd, arg);*/
-
trace_binder_ioctl(cmd, arg);
ret = wait_event_interruptible(binder_user_error_wait, binder_stop_on_user_error < 2);
--
1.8.3.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists