On 19 February 2014 05:58, SeongJae Park <sj38.p...@gmail.com> wrote:
> On Wed, Feb 19, 2014 at 2:07 AM, Greg KH <gre...@linuxfoundation.org> wrote:
>> On Tue, Feb 18, 2014 at 08:23:25PM +0900, SeongJae Park wrote:
>>> Signed-off-by: SeongJae Park <sj38.p...@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.

Or just convert pr_info to pr_debug and leave uncommented?

-- 
With warm regards,
Sachin
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to