summaryrefslogtreecommitdiff
path: root/tools/patman/checkpatch.py
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-09-20 13:34:53 (GMT)
committerTom Rini <trini@konsulko.com>2016-09-20 13:34:53 (GMT)
commita2ed3f452dd1cf4982fe46d5111d200909786686 (patch)
treea66b5a2f3b6491df7ba9345178502959fb19c84f /tools/patman/checkpatch.py
parent60c629b836fb6b6ae79e4e0663977056d75de198 (diff)
parent8f224b3734d042884a8981a14db64c48e87b87a2 (diff)
downloadu-boot-fsl-qoriq-a2ed3f452dd1cf4982fe46d5111d200909786686.tar.xz
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'tools/patman/checkpatch.py')
-rw-r--r--tools/patman/checkpatch.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/patman/checkpatch.py b/tools/patman/checkpatch.py
index 34a3bd2..3eef6de 100644
--- a/tools/patman/checkpatch.py
+++ b/tools/patman/checkpatch.py
@@ -63,7 +63,8 @@ def CheckPatch(fname, verbose=False):
result.problems = []
chk = FindCheckPatch()
item = {}
- result.stdout = command.Output(chk, '--no-tree', fname)
+ result.stdout = command.Output(chk, '--no-tree', fname,
+ raise_on_error=False)
#pipe = subprocess.Popen(cmd, stdout=subprocess.PIPE)
#stdout, stderr = pipe.communicate()