Commit 1f954ee3 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by James Bottomley

[PATCH] missing pci_set_master in megaraid

parent 47ce8a9e
......@@ -4613,6 +4613,7 @@ megaraid_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
if (pci_enable_device(pdev))
goto out;
pci_set_master(pdev);
pci_bus = pdev->bus->number;
pci_dev_func = pdev->devfn;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment