Hi, On 14 September 2014 16:12, Simon Glass <[email protected]> wrote: > Signed-off-by: Simon Glass <[email protected]> > --- > > 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 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

