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)
commitd0bc5bc3aac64be2c0b91f1446ed748444cc3141
tree7126a76f17ed7defe50b822d07e2da629051f0cf
parent93a7320e32a2b7463c4dc3cfb5a0c77c46d8e687
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