[PATCH 1/2] staging: android: binder: remove unnecessary comment

SeongJae Park sj38.park at gmail.com
Wed Feb 19 00:28:04 UTC 2014


On Wed, Feb 19, 2014 at 2:07 AM, Greg KH <gregkh at linuxfoundation.org> wrote:
> On Tue, Feb 18, 2014 at 08:23:25PM +0900, SeongJae Park wrote:
>> Signed-off-by: SeongJae Park <sj38.park at 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);*/
>
> It's useful for debugging, I'll leave it as-is, sorry.

Agree, thank you for quick replying.


More information about the devel mailing list