public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] staging: android: binder: remove unnecessary comment
@ 2014-02-18 11:23 SeongJae Park
  2014-02-18 11:23 ` [PATCH 2/2] staging: android: binder: use stack for locally used variable SeongJae Park
  2014-02-18 17:07 ` [PATCH 1/2] staging: android: binder: remove unnecessary comment Greg KH
  0 siblings, 2 replies; 8+ messages in thread
From: SeongJae Park @ 2014-02-18 11:23 UTC (permalink / raw)
  To: gregkh; +Cc: swetland, devel, linux-kernel, SeongJae Park

Signed-off-by: SeongJae Park <sj38.park@gmail.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


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-02-19  3:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-18 11:23 [PATCH 1/2] staging: android: binder: remove unnecessary comment SeongJae Park
2014-02-18 11:23 ` [PATCH 2/2] staging: android: binder: use stack for locally used variable SeongJae Park
2014-02-18 17:07   ` Greg KH
2014-02-19  0:31     ` SeongJae Park
2014-02-18 17:07 ` [PATCH 1/2] staging: android: binder: remove unnecessary comment Greg KH
2014-02-19  0:28   ` SeongJae Park
2014-02-19  3:04     ` Sachin Kamat
2014-02-19  3:11       ` SeongJae Park

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox