Skip to content

Commit

Permalink
kbuild: Enable dtc 'pci_device_reg' warning by default
Browse files Browse the repository at this point in the history
There's only a couple of instances of the 'pci_device_reg' warnings left
and they look legit, so let's enable the warning by default.

Cc: Heiko Stuebner <heiko@sntech.de>
Cc: Nicolas Saenz Julienne <nsaenz@kernel.org>
Cc: soc@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210820165011.3257112-1-robh@kernel.org/
  • Loading branch information
Rob Herring committed Aug 23, 2021
1 parent cc8c996 commit 1ee7943
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/Makefile.lib
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,7 @@ DTC_FLAGS += -Wno-unit_address_vs_reg \
-Wno-alias_paths \
-Wno-graph_child_address \
-Wno-simple_bus_reg \
-Wno-unique_unit_address \
-Wno-pci_device_reg
-Wno-unique_unit_address
endif

ifneq ($(findstring 2,$(KBUILD_EXTRA_WARN)),)
Expand Down

0 comments on commit 1ee7943

Please sign in to comment.