[PATCH] x86: boot: add missing va_end to die

2018-11-28 Thread Mattias Jacobsson
Each call to va_start must have a corresponding call to va_end before the end of the function. Add the missing va_end. Found with Coccinelle. Signed-off-by: Mattias Jacobsson <2...@mok.nu> --- arch/x86/boot/tools/build.c | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH] x86: boot: add missing va_end to die

2018-11-28 Thread Mattias Jacobsson
Each call to va_start must have a corresponding call to va_end before the end of the function. Add the missing va_end. Found with Coccinelle. Signed-off-by: Mattias Jacobsson <2...@mok.nu> --- arch/x86/boot/tools/build.c | 1 + 1 file changed, 1 insertion(+) diff --git