pci: clean up of pci_set_default_subsystem_id().
commit5e434f4e60f8e5a9dadf324b3ee31c3ce0e80165
authorIsaku Yamahata <yamahata@valinux.co.jp>
Thu, 27 May 2010 05:42:06 +0000 (27 14:42 +0900)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 31 May 2010 13:33:52 +0000 (31 16:33 +0300)
treef642f62e50321360c372b785169a83c8908a3516
parentaa6f63fff62faf2fe9ffba5a789675d49293614d
pci: clean up of pci_set_default_subsystem_id().

Use pci accessor function.
don't return value because it always return 0 and
the caller doesn't check the return value.

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