commit | 891b7a076146db7984388e5b8388101eb4f44347 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Sep 05 19:00:19 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Sep 09 16:38:30 2014 -0600 |
tree | 950ac39f3a54fb398df251402281d37f754ed85e | |
parent | 883a321a4bee2d2b2f16e445060c17494e76bc48 [diff] |
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>