]> mj.ucw.cz Git - pciutils.git/blobdiff - lspci.c
lspci: Decode Interrupt Pin and Interrupt Line for PCI-PCI bridges
[pciutils.git] / lspci.c
diff --git a/lspci.c b/lspci.c
index eb17af5a2ab5828d7a18d06478781ef1ac83d37d..39a464772f8e8649e19d2e8438ffd85d7f94887d 100644 (file)
--- a/lspci.c
+++ b/lspci.c
@@ -668,7 +668,7 @@ show_verbose(struct device *d)
     case PCI_HEADER_TYPE_BRIDGE:
       if ((class >> 8) != PCI_BASE_CLASS_BRIDGE)
        printf("\t!!! Invalid class %04x for header type %02x\n", class, htype);
-      irq = int_pin = min_gnt = max_lat = 0;
+      min_gnt = max_lat = 0;
       break;
     case PCI_HEADER_TYPE_CARDBUS:
       if ((class >> 8) != PCI_BASE_CLASS_BRIDGE)