diff options
author | Rob Herring <robh@kernel.org> | 2017-03-21 09:14:20 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2017-03-29 16:49:41 -0500 |
commit | 8654cb8d0371de3f119c657531abf2ee4423cb44 (patch) | |
tree | c18d8ad29f5bef597ac32dd2b98c2431a9dc8238 /scripts/dtc | |
parent | 89d123106a97bf412a4c10482044c822f4b069f7 (diff) | |
download | linux-8654cb8d0371de3f119c657531abf2ee4423cb44.tar.gz linux-8654cb8d0371de3f119c657531abf2ee4423cb44.tar.bz2 linux-8654cb8d0371de3f119c657531abf2ee4423cb44.zip |
dtc: update warning settings for new bus and node/property name checks
dtc gained new warnings checking PCI and simple buses, unit address
formatting, and stricter node and property name checking. Disable the
new dtc warnings by default as there are 1000s. As before, warnings are
enabled with W=1 or W=2. The strict node and property name checks are a
bit subjective, so they are only enabled for W=2.
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'scripts/dtc')
-rwxr-xr-x | scripts/dtc/update-dtc-source.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/dtc/update-dtc-source.sh b/scripts/dtc/update-dtc-source.sh index c92e6bd9458d..b8ebcc6722d2 100755 --- a/scripts/dtc/update-dtc-source.sh +++ b/scripts/dtc/update-dtc-source.sh @@ -77,4 +77,5 @@ This adds the following commits from upstream: ${dtc_log} EOF ) + git commit -e -v -s -m "${commit_msg}" |