On Wed, Sep 27, 2017 at 8:04 AM, Thierry Reding <thierry.reding@xxxxxxxxx> wrote: > From: Thierry Reding <treding@xxxxxxxxxx> > > The size of size_t can vary between architectures, so using %ld isn't > going to work on 32-bit builds. Use the %zu modifier to make sure it is > always correct. Crap, I did it again. %z was wrong last time, but appears to be correct here since we are in fact dealing with a size_t here. Acked-by: Rob Herring <robh@xxxxxxxxxx> Rob -- To unsubscribe from this list: send the line "unsubscribe devicetree-compiler" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html