diff options
-rw-r--r-- | src/devices/pci_device.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/pci_device.c b/src/devices/pci_device.c index d9ce9c5eb1..1c6498c167 100644 --- a/src/devices/pci_device.c +++ b/src/devices/pci_device.c @@ -584,7 +584,6 @@ unsigned int pci_scan_bus(struct device *bus, unsigned int max) dev->enable = 1; } - /* Look at the vendor and device id, or at least the * header type and class and figure out which set of configuration * methods to use. |