Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / drivers / mcb / mcb-pci.c
index b15a034..af4d2f2 100644 (file)
@@ -46,6 +46,7 @@ static int mcb_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id)
                dev_err(&pdev->dev, "Failed to enable PCI device\n");
                return -ENODEV;
        }
+       pci_set_master(pdev);
 
        priv->mapbase = pci_resource_start(pdev, 0);
        if (!priv->mapbase) {