aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/block/cpqarray.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/cpqarray.c b/drivers/block/cpqarray.c
index 5d39df14ed90..ca268ca11159 100644
--- a/drivers/block/cpqarray.c
+++ b/drivers/block/cpqarray.c
@@ -617,6 +617,7 @@ static int cpqarray_pci_init(ctlr_info_t *c, struct pci_dev *pdev)
617 int i; 617 int i;
618 618
619 c->pci_dev = pdev; 619 c->pci_dev = pdev;
620 pci_set_master(pdev);
620 if (pci_enable_device(pdev)) { 621 if (pci_enable_device(pdev)) {
621 printk(KERN_ERR "cpqarray: Unable to Enable PCI device\n"); 622 printk(KERN_ERR "cpqarray: Unable to Enable PCI device\n");
622 return -1; 623 return -1;