UPSTREAM: util/scripts/get_maintainer.pl: Remove linux tree check

This was removed from the previous version, but we'd like it in
a separate patch, so it's obvious and can easily be applied to the
next version.

BUG=none
BRANCH=none
TEST=none

Change-Id: Id1de5d6dac3a230804d03748346bcc35183f52d1
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 93757f8543
Original-Change-Id: I9396009e82e762aa0cc037dbe9e7133962af6354
Original-Signed-off-by: Martin Roth <martinroth@google.com>
Original-Reviewed-on: https://review.coreboot.org/18577
Original-Tested-by: build bot (Jenkins)
Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Original-Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://chromium-review.googlesource.com/451362
This commit is contained in:
Martin Roth 2017-03-05 10:34:45 -07:00 committed by chrome-bot
parent 2b5f7da848
commit 3a2a594545

View file

@ -297,11 +297,6 @@ if ($email &&
die "$P: Please select at least 1 email option\n";
}
if (!top_of_kernel_tree($lk_path)) {
die "$P: The current directory does not appear to be "
. "a linux kernel source tree.\n";
}
## Read MAINTAINERS for type/value pairs
my @typevalue = ();