On 01/11/2012 04:08 PM, Simon Glass wrote: > The fdtdec_find_aliases_for_id() function is complicated enough that > it really should have some tests. This does not necessarily need to be > committed to U-Boot, but it might be useful. > > Signed-off-by: Simon Glass <s...@chromium.org>
> +static int run_test(const char *aliases, const char *nodes, const char > *expect) ... > + va_list ptr; ... > + va_end(ptr); ptr doesn't seem to be used, and this isn't a varargs function. Otherwise, Acked-by: Stephen Warren <swar...@nvidia.com> -- nvpublic _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot