[U-Boot] [PATCH v2 16/16] wip

Simon Glass sjg at chromium.org
Mon Sep 15 00:14:16 CEST 2014


Hi,

On 14 September 2014 16:12, Simon Glass <sjg at chromium.org> wrote:
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
>  tools/patman/series.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/patman/series.py b/tools/patman/series.py
> index 88c0d87..8e39fd2 100644
> --- a/tools/patman/series.py
> +++ b/tools/patman/series.py
> @@ -225,7 +225,7 @@ class Series(dict):
>                                                 raise_on_error=raise_on_error)
>              list += gitutil.BuildEmailList(commit.cc_list,
>                                             raise_on_error=raise_on_error)
> -            list += get_maintainer.GetMaintainer(commit.patch)
> +            #list += get_maintainer.GetMaintainer(commit.patch)
>              all_ccs += list
>              print >>fd, commit.patch, ', '.join(list)
>              self._generated_cc[commit.patch] = list
> --
> 2.1.0.rc2.206.gedb03e5
>

Sorry about this patch - please ignore it. I'm sending a real patch
soon. But it doesn't belong in this series.

Regrads
,Simon


More information about the U-Boot mailing list