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