patman: Correct operation of -n
authorSimon Glass <sjg@chromium.org>
Fri, 30 Oct 2020 03:46:10 +0000 (21:46 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 5 Nov 2020 16:11:31 +0000 (09:11 -0700)
commit4a9e578138c60aa22821910e22a6e6289c884363
tree895bbd531ea17770a32e3bc62827a55079d3565e
parent08594d49860c335f39d4f7797cac766ac8b57c56
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>
tools/patman/control.py