patman: Unquote output from get_maintainer.pl
authorStefan Brüns <stefan.bruens@rwth-aachen.de>
Sun, 31 Dec 2017 22:21:17 +0000 (23:21 +0100)
committerSimon Glass <sjg@chromium.org>
Sun, 21 Jan 2018 17:01:02 +0000 (10:01 -0700)
commitd1ccaa4760ae33fccad69cdbec4713c78d68a02e
treec9e136b6184a3914d5b7afa472b5ffa89cefd3b1
parent286ede6515bdde4550c247f0d08ed28c5dbf8db2
patman: Unquote output from get_maintainer.pl

get_maintainer.pl quotes names which it considers unsafe, i.e. anything
containing [^a-zA-Z0-9_ \-]. This confuses patman, it will duplicate
addresses which are also in Series-to/cc. Strip the quotes.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/patman/get_maintainer.py