Searched hist:c0075838 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/of/unittest-data/ |
H A D | Makefile | c0075838 Thu Nov 16 11:54:17 CST 2017 Rob Herring <robh@kernel.org> 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 <robh@kernel.org> c0075838 Thu Nov 16 11:54:17 CST 2017 Rob Herring <robh@kernel.org> 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 <robh@kernel.org>
|