All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gentree: remove stray print
@ 2014-05-05 14:58 Johannes Berg
  2014-06-01 22:32 ` Hauke Mehrtens
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Berg @ 2014-05-05 14:58 UTC (permalink / raw)
  To: backports; +Cc: Johannes Berg

From: Johannes Berg <johannes.berg@intel.com>

My previous commit to restrict the defconfig files left
a debugging print statement, remove it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
---
 gentree.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gentree.py b/gentree.py
index 8a8f6b6a22a4..5fe699650916 100755
--- a/gentree.py
+++ b/gentree.py
@@ -808,7 +808,6 @@ def process(kerneldir, outdir, copy_list_file, git_revision=None,
                     line_ok = True
                     break
             if not line_ok:
-                print dfbase, line
                 copy_defconfig = False
                 break
         if copy_defconfig:
-- 
2.0.0.rc0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gentree: remove stray print
  2014-05-05 14:58 [PATCH] gentree: remove stray print Johannes Berg
@ 2014-06-01 22:32 ` Hauke Mehrtens
  0 siblings, 0 replies; 2+ messages in thread
From: Hauke Mehrtens @ 2014-06-01 22:32 UTC (permalink / raw)
  To: Johannes Berg, backports; +Cc: Johannes Berg

On 05/05/2014 04:58 PM, Johannes Berg wrote:
> From: Johannes Berg <johannes.berg@intel.com>
> 
> My previous commit to restrict the defconfig files left
> a debugging print statement, remove it.
> 
> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
> ---
>  gentree.py | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/gentree.py b/gentree.py
> index 8a8f6b6a22a4..5fe699650916 100755
> --- a/gentree.py
> +++ b/gentree.py
> @@ -808,7 +808,6 @@ def process(kerneldir, outdir, copy_list_file, git_revision=None,
>                      line_ok = True
>                      break
>              if not line_ok:
> -                print dfbase, line
>                  copy_defconfig = False
>                  break
>          if copy_defconfig:
> 
Thank you for the patch, is was applied, pushed and is included in the
backports-20140501 release.

Hauke

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-01 22:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-05 14:58 [PATCH] gentree: remove stray print Johannes Berg
2014-06-01 22:32 ` Hauke Mehrtens

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.