]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
patman: Start with a clean series when needed
authorSimon Glass <sjg@chromium.org>
Sat, 6 Sep 2014 01:00:19 +0000 (19:00 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Sep 2014 22:38:30 +0000 (16:38 -0600)
commit891b7a076146db7984388e5b8388101eb4f44347
tree950ac39f3a54fb398df251402281d37f754ed85e
parent883a321a4bee2d2b2f16e445060c17494e76bc48
patman: Start with a clean series when needed

For reasons that are not well-understood, GetMetaDataForList() can end up
adding to an existing series even when it appears that it should be
starting a new one.

Change from using a default constructor parameter to an explicit one, to
work around this problem.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/patchstream.py