commit | 1b855e167b90fcb353977c08932d0a52eb8ae5b9 | [log] [tgz] |
---|---|---|
author | Daniel Axtens <dja@axtens.net> | Thu Dec 17 19:41:00 2015 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Dec 17 23:23:22 2015 +1100 |
tree | 0d46a561d7647758093345bb5c000d6ec2149a19 | |
parent | e9d764f803964a54ca7da4a67d124fe824ebd80a [diff] |
powerpc: Add missing calls to va_end() cppcheck picked up that there were a couple of missing va_end() calls in functions using va_start(). Signed-off-by: Daniel Axtens <dja@axtens.net> Reviewed-by: Russell Currey <ruscur@russell.cc> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>