sysbus: Supply missing va_end()
authorMarkus Armbruster <armbru@redhat.com>
Fri, 28 Oct 2011 08:52:25 +0000 (10:52 +0200)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Tue, 1 Nov 2011 06:23:48 +0000 (06:23 +0000)
commit48fbe1e3dca425b59d80b98e4b43959ff48848d1
tree7126a76f17ed7defe50b822d07e2da629051f0cf
parentdedee2be6ec4764d1ec47b2af6399c064ce7cad7
sysbus: Supply missing va_end()

C99 7.15.1: Each invocation of the va_start and va_copy macros shall
be matched by a corresponding invocation of the va_end macro in the
same function.

Spotted by Coverity.  Harmless on the (common) systems where va_end()
does nothing.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
hw/sysbus.c