On Wed, Feb 19, 2014 at 12:04 PM, Sachin Kamat <[email protected]> wrote: > On 19 February 2014 05:58, SeongJae Park <[email protected]> wrote: >> On Wed, Feb 19, 2014 at 2:07 AM, Greg KH <[email protected]> wrote: >>> On Tue, Feb 18, 2014 at 08:23:25PM +0900, SeongJae Park wrote: >>>> Signed-off-by: SeongJae Park <[email protected]> >>>> --- >>>> 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?
Sounds much better. Thank you for suggestion. I will send patch with your recommend again soon. > > -- > With warm regards, > Sachin _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
