commit | 4e5d6bc28e348eee052811c107ad5960d6231af6 | [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 | a10ebe17c08a23833dda1c442b14942a0d422faa [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>