Re: [PATCH] staging: android: binder: convert commented messages to pr_debug

2014-02-19 Thread SeongJae Park
On Thu, Feb 20, 2014 at 12:24 AM, Greg KH wrote: > On Wed, Feb 19, 2014 at 12:49:33PM +0900, SeongJae Park wrote: >> 2 debugging messages were just commented out for normal case. Let them >> be activated on debug mode without explicit code modification. > > Are you sure this doesn't just always

Re: [PATCH] staging: android: binder: convert commented messages to pr_debug

2014-02-19 Thread Greg KH
On Wed, Feb 19, 2014 at 12:49:33PM +0900, SeongJae Park wrote: > 2 debugging messages were just commented out for normal case. Let them > be activated on debug mode without explicit code modification. Are you sure this doesn't just always send the messages to the debug log all the time now?

Re: [PATCH] staging: android: binder: convert commented messages to pr_debug

2014-02-19 Thread Greg KH
On Wed, Feb 19, 2014 at 12:49:33PM +0900, SeongJae Park wrote: 2 debugging messages were just commented out for normal case. Let them be activated on debug mode without explicit code modification. Are you sure this doesn't just always send the messages to the debug log all the time now? Again,

Re: [PATCH] staging: android: binder: convert commented messages to pr_debug

2014-02-19 Thread SeongJae Park
On Thu, Feb 20, 2014 at 12:24 AM, Greg KH gre...@linuxfoundation.org wrote: On Wed, Feb 19, 2014 at 12:49:33PM +0900, SeongJae Park wrote: 2 debugging messages were just commented out for normal case. Let them be activated on debug mode without explicit code modification. Are you sure this

Re: [PATCH] staging: android: binder: convert commented messages to pr_debug

2014-02-18 Thread SeongJae Park
Add de...@driverdev.osuosl.org as CC. Sorry if this duplicated mail bothered your inbox. On Wed, Feb 19, 2014 at 12:49 PM, SeongJae Park wrote: > 2 debugging messages were just commented out for normal case. Let them > be activated on debug mode without explicit code modification. > >

[PATCH] staging: android: binder: convert commented messages to pr_debug

2014-02-18 Thread SeongJae Park
2 debugging messages were just commented out for normal case. Let them be activated on debug mode without explicit code modification. Signed-off-by: SeongJae Park --- drivers/staging/android/binder.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git

[PATCH] staging: android: binder: convert commented messages to pr_debug

2014-02-18 Thread SeongJae Park
2 debugging messages were just commented out for normal case. Let them be activated on debug mode without explicit code modification. Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/android/binder.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git

Re: [PATCH] staging: android: binder: convert commented messages to pr_debug

2014-02-18 Thread SeongJae Park
Add de...@driverdev.osuosl.org as CC. Sorry if this duplicated mail bothered your inbox. On Wed, Feb 19, 2014 at 12:49 PM, SeongJae Park sj38.p...@gmail.com wrote: 2 debugging messages were just commented out for normal case. Let them be activated on debug mode without explicit code