pci: Do not check if a bus exist in pci_parse_devaddr.
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 13 Feb 2012 12:20:13 +0000 (12:20 +0000)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 15 Mar 2012 15:04:58 +0000 (17:04 +0200)
commitfdba487859bff44db21dc119ee2b1b3691c69f0f
tree80609681ab3a6c297b1d81b88c599503f10ea9dc
parent95be1196030c003a65052fc7b8a3394fdac690a8
pci: Do not check if a bus exist in pci_parse_devaddr.

Actually, pci_parse_devaddr checks if the dom/bus of the PCI address exist. But
this should be the jobs of a caller. In fact, the two callers of this function
will try to retrieve the PCIBus related to the devaddr and return an error if
they cannot.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pci.c