Re: [RFC PATCH 02/13] of: Remove excessive printks to reduce clutter

2016-10-27 Thread Frank Rowand
On 10/27/16 06:51, Pantelis Antoniou wrote: > Hi Rob, Frank, > >> On Oct 27, 2016, at 15:21 , Rob Herring wrote: >> >> On Tue, Oct 25, 2016 at 3:58 PM, wrote: >>> From: Frank Rowand >> >> Maybe some should be debug? >> > > Yes, please do not get rid of them completely. > Leave them at least a

Re: [RFC PATCH 02/13] of: Remove excessive printks to reduce clutter

2016-10-27 Thread Frank Rowand
On 10/27/16 05:21, Rob Herring wrote: > On Tue, Oct 25, 2016 at 3:58 PM, wrote: >> From: Frank Rowand > > Maybe some should be debug? > >> Signed-off-by: Frank Rowand >> --- >> drivers/of/resolver.c | 28 >> 1 file changed, 28 deletions(-) >> >> diff --git a/driv

Re: [RFC PATCH 02/13] of: Remove excessive printks to reduce clutter

2016-10-27 Thread Rob Herring
On Tue, Oct 25, 2016 at 3:58 PM, wrote: > From: Frank Rowand Maybe some should be debug? > Signed-off-by: Frank Rowand > --- > drivers/of/resolver.c | 28 > 1 file changed, 28 deletions(-) > > diff --git a/drivers/of/resolver.c b/drivers/of/resolver.c > index 4ff

Re: [RFC PATCH 02/13] of: Remove excessive printks to reduce clutter

2016-10-27 Thread Pantelis Antoniou
Hi Rob, Frank, > On Oct 27, 2016, at 15:21 , Rob Herring wrote: > > On Tue, Oct 25, 2016 at 3:58 PM, wrote: >> From: Frank Rowand > > Maybe some should be debug? > Yes, please do not get rid of them completely. Leave them at least as debug level so that if there’s a problem there’s a way t

[RFC PATCH 02/13] of: Remove excessive printks to reduce clutter

2016-10-25 Thread frowand . list
From: Frank Rowand Signed-off-by: Frank Rowand --- drivers/of/resolver.c | 28 1 file changed, 28 deletions(-) diff --git a/drivers/of/resolver.c b/drivers/of/resolver.c index 4ff0220d7aa2..93a7ca0bf98c 100644 --- a/drivers/of/resolver.c +++ b/drivers/of/resolver.c