Re: [U-Boot] [PATCH v2 2/2] fastboot: sparse: remove unnecessary logging

2016-03-23 Thread Steve Rae
On Wed, Mar 9, 2016 at 12:47 PM, Maxime Ripard wrote: > On Tue, Feb 09, 2016 at 11:19:11AM -0800, Steve Rae wrote: >> remove logging of the 'skipped' blocks >> >> Signed-off-by: Steve Rae > > Acked-by: Maxime Ripard > > Thanks! > Maxime > > -- > Maxime Ripard, Free Electrons > Embedded Linux, Ke

Re: [U-Boot] [PATCH v2 2/2] fastboot: sparse: remove unnecessary logging

2016-03-09 Thread Maxime Ripard
On Tue, Feb 09, 2016 at 11:19:11AM -0800, Steve Rae wrote: > remove logging of the 'skipped' blocks > > Signed-off-by: Steve Rae Acked-by: Maxime Ripard Thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com signature.asc De

Re: [U-Boot] [PATCH v2 2/2] fastboot: sparse: remove unnecessary logging

2016-02-29 Thread Steve Rae
please, can this be accepted? On Tue, Feb 9, 2016 at 11:19 AM, Steve Rae wrote: > remove logging of the 'skipped' blocks > > Signed-off-by: Steve Rae > --- > > Changes in v2: None > > common/image-sparse.c | 6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git a/common/im

[U-Boot] [PATCH v2 2/2] fastboot: sparse: remove unnecessary logging

2016-02-09 Thread Steve Rae
remove logging of the 'skipped' blocks Signed-off-by: Steve Rae --- Changes in v2: None common/image-sparse.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/common/image-sparse.c b/common/image-sparse.c index ef0d232..737e8ea 100644 --- a/common/image-sparse.c +++ b/