On Thu, Jan 19, 2017 at 4:06 AM, Alexander Sverdlin <alexander.sverdlin@xxxxxxxxx> wrote: > Function signature > > of_unittest_apply_overlay(int unittest_nr, int overlay_nr, ... > > and call sites, like in of_unittest_apply_overlay_check(): > > ret = of_unittest_apply_overlay(overlay_nr, unittest_nr, ... > > do not match. Fix this in one place (function signature). > The only affected test case is 15, which supplies non-existing > overlay number 16, but two bugs matched here. Fix the test case. > > Signed-off-by: Alexander Sverdlin <alexander.sverdlin@xxxxxxxxx> > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > Cc: Frank Rowand <frowand.list@xxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > --- > drivers/of/unittest.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks. Rob -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html