This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / sh / drivers / pci / pci.c
index 363bc83..4bf3533 100644 (file)
@@ -106,8 +106,6 @@ int pcibios_enable_device(struct pci_dev *dev, int mask)
        pci_read_config_word(dev, PCI_COMMAND, &cmd);
        old_cmd = cmd;
        for(idx=0; idx<6; idx++) {
-               if (!(mask & (1 << idx)))
-                       continue;
                r = &dev->resource[idx];
                if (!r->start && r->end) {
                        printk(KERN_ERR "PCI: Device %s not available because "