patman: Don't return the series in FixPatches()
authorSimon Glass <sjg@chromium.org>
Mon, 29 May 2017 21:31:27 +0000 (15:31 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 9 Jun 2017 02:21:59 +0000 (20:21 -0600)
commitdb116cc8d095ec499ae748ea864fa0def54ca3d6
tree75115dace6e2dcf656fce1752914cbbac5925604
parent04f7870635dff90ddc1b8465b5b8304c2d429a92
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>
tools/patman/patchstream.py
tools/patman/patman.py