From: Rob Herring Date: Thu, 16 Nov 2017 17:54:17 +0000 (-0600) Subject: of: unittest: disable interrupts_property warning X-Git-Tag: v4.15-rc1~34^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c00758387c3dff94a59fd3521a5ac713c30328af;p=thirdparty%2Flinux.git of: unittest: disable interrupts_property warning The testcases.dts has purposely bad data which now generates a dtc warning: drivers/of/unittest-data/testcases.dtb: Warning (interrupts_property): interrupts size is (4), expected multiple of 8 in /testcase-data/testcase-device2 Disable this warning for now. The proper solution is to split the unit tests into good and bad data. Signed-off-by: Rob Herring --- diff --git a/drivers/of/unittest-data/Makefile b/drivers/of/unittest-data/Makefile index 2d135fba94c16..84b3bc44c0b47 100644 --- a/drivers/of/unittest-data/Makefile +++ b/drivers/of/unittest-data/Makefile @@ -1,3 +1,4 @@ +DTC_FLAGS_testcases := -Wno-interrupts_property obj-y += testcases.dtb.o targets += testcases.dtb testcases.dtb.S