Fix to prevent infinite loop in build_pci_path().
authorKevin O'Connor <kevin@koconnor.net>
Sat, 22 Jan 2011 15:53:08 +0000 (10:53 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 22 Jan 2011 15:53:08 +0000 (10:53 -0500)
commit6fc7cf1eb6d0c873e5a0b794aac9b2a798fce25b
treef2fe3cd62598ffdf8e44db5934dddf6d95acefae
parentf5154e2395db92bcaa9c86d483bd68d8fb2fbab2
Fix to prevent infinite loop in build_pci_path().

Make sure the PCI path doesn't point to itself.
src/pci.c