summaryrefslogtreecommitdiffstats
path: root/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'pci.c')
-rw-r--r--pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pci.c b/pci.c
index 23cbd76..6ed36d1 100644
--- a/pci.c
+++ b/pci.c
@@ -80,7 +80,6 @@ extern struct pciusb_entries pci_probe(void) {
e->class_id = dev->device_class;
e->subvendor = pci_read_word(dev, PCI_SUBSYSTEM_VENDOR_ID);
e->subdevice = pci_read_word(dev, PCI_SUBSYSTEM_ID);
-
e->pci_revision = pci_read_byte(dev, PCI_REVISION_ID);
if ((e->subvendor == 0 && e->subdevice == 0) ||