pci: fix PCI_DPRINTF() wrt variadic macro.
commit2e49d64ac7578b707f1dffb825cf355b29514fd9
authorIsaku Yamahata <yamahata@valinux.co.jp>
Fri, 30 Oct 2009 12:20:55 +0000 (30 21:20 +0900)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 9 Nov 2009 14:43:04 +0000 (9 08:43 -0600)
treefee476786324a6ebd364b8eb6eea1f37c3b5e449
parent783c4f5835688eac4121e14bdeba79577d061a13
pci: fix PCI_DPRINTF() wrt variadic macro.

add missing ## in PCI_DPRINTF() to compile.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/pci.c