1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

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>
This commit is contained in:
Simon Glass
2017-05-29 15:31:27 -06:00
parent 04f7870635
commit db116cc8d0
2 changed files with 2 additions and 3 deletions

View File

@@ -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