On Thu, 20 May 2021 at 04:05, Rasmus Villemoes <rasmus.villem...@prevas.dk> wrote: > > This saves some code, both in terms of #LOC and .text size, and it is > also the normal convention that foo(...) is implemented in terms of > vfoo(). > > Signed-off-by: Rasmus Villemoes <rasmus.villem...@prevas.dk> > --- > lib/vsprintf.c | 10 +--------- > 1 file changed, 1 insertion(+), 9 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>