Re: powerpc: add va_end()

2016-01-11 Thread Michael Ellerman
On Thu, 2015-17-12 at 08:41:00 UTC, Daniel Axtens wrote: > cppcheck picked up that there were a couple of missing va_end() > calls in functions using va_start(). > > Signed-off-by: Daniel Axtens > Reviewed-by: Russell Currey Applied to powerpc next, thanks.

[PATCH] powerpc: add va_end()

2015-12-17 Thread Daniel Axtens
cppcheck picked up that there were a couple of missing va_end() calls in functions using va_start(). Signed-off-by: Daniel Axtens --- arch/powerpc/kernel/prom_init.c | 1 + arch/powerpc/platforms/powermac/bootx_init.c | 1 + 2 files changed, 2 insertions(+) diff

Re: [PATCH] powerpc: add va_end()

2015-12-17 Thread Russell Currey
On Thu, 2015-12-17 at 19:41 +1100, Daniel Axtens wrote: > cppcheck picked up that there were a couple of missing va_end() > calls in functions using va_start(). > > Signed-off-by: Daniel Axtens Hey Daniel, It's probably not worth a V2 but I think this could use a commit title

Re: [PATCH] powerpc: add va_end()

2015-12-17 Thread Michael Ellerman
On Thu, 2015-12-17 at 23:09 +1100, Russell Currey wrote: > On Thu, 2015-12-17 at 19:41 +1100, Daniel Axtens wrote: > > cppcheck picked up that there were a couple of missing va_end() > > calls in functions using va_start(). > > > > Signed-off-by: Daniel Axtens > Hey Daniel, > >

Re: [PATCH] powerpc: add va_end()

2015-12-17 Thread Daniel Axtens
Hi all, Yes, sorry, that was a bit lax of me. Michael, your title sounds good. Thanks! Regards, Daniel > On Thu, 2015-12-17 at 23:09 +1100, Russell Currey wrote: >> On Thu, 2015-12-17 at 19:41 +1100, Daniel Axtens wrote: >> > cppcheck picked up that there were a couple of missing va_end() >>