summaryrefslogtreecommitdiff
path: root/tools/patman/patchstream.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-30 00:31:27 +0300
committerSimon Glass <sjg@chromium.org>2017-06-09 05:21:59 +0300
commitdb116cc8d095ec499ae748ea864fa0def54ca3d6 (patch)
tree75115dace6e2dcf656fce1752914cbbac5925604 /tools/patman/patchstream.py
parent04f7870635dff90ddc1b8465b5b8304c2d429a92 (diff)
downloadu-boot-db116cc8d095ec499ae748ea864fa0def54ca3d6.tar.xz
patman: Don't return the series in FixPatches()
There is no need for this function to return the same object that was passed in. Drop the return value. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'tools/patman/patchstream.py')
-rw-r--r--tools/patman/patchstream.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/patman/patchstream.py b/tools/patman/patchstream.py
index 324c65442f..6098728aa1 100644
--- a/tools/patman/patchstream.py
+++ b/tools/patman/patchstream.py
@@ -477,7 +477,6 @@ def FixPatches(series, fnames):
print
count += 1
print('Cleaned %d patches' % count)
- return series
def InsertCoverLetter(fname, series, count):
"""Inserts a cover letter with the required info into patch 0