commit | 4318b71cb3e4656432c4302dded845106220e992 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 29 21:46:10 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 05 09:11:31 2020 -0700 |
tree | 895bbd531ea17770a32e3bc62827a55079d3565e | |
parent | eb943b12be3c708c4eb166130ed22e34edb2d945 [diff] |
patman: Correct operation of -n This operation was unfortunately broken by a recent change. It is now necessary to use -i in addition to -n, if there are errors or warnings in the patches. Correct this by always showing the summary information. Fixes: f3653759758 ("patman: Move main code out to a control module") Signed-off-by: Simon Glass <sjg@chromium.org>