[PATCH] v4l: syncs tveeprom tuners list with the list from ivtv
[safe/jmp/linux-2.6] / drivers / pci / probe.c
index 4be1b88..b9c9b03 100644 (file)
@@ -584,7 +584,7 @@ static int pci_setup_device(struct pci_dev * dev)
                 dev->vendor, dev->device, class, dev->hdr_type);
 
        /* "Unknown power state" */
-       dev->current_state = 4;
+       dev->current_state = PCI_UNKNOWN;
 
        /* Early fixups, before probing the BARs */
        pci_fixup_device(pci_fixup_early, dev);