commit | c00758387c3dff94a59fd3521a5ac713c30328af | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Thu Nov 16 11:54:17 2017 -0600 |
committer | Rob Herring <robh@kernel.org> | Thu Nov 16 12:43:13 2017 -0600 |
tree | c59e7ea32956dbcf6a52d3f96fd4a66c87d38997 | |
parent | f5525593c6142ebafba2ea83d86c6bb2994d7ddd [diff] |
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>