Commit 9da0bc60 authored by Alessandro Rubini's avatar Alessandro Rubini

for-2.6.24: spec-core: pci_enable_msi_block missing

parent f7b6e829
......@@ -229,7 +229,7 @@ static int spec_probe(struct pci_dev *pdev, const struct pci_device_id *id)
dev->pdev = pdev;
pci_enable_device(pdev);
if ( (i = pci_enable_msi_block(pdev, 1)) < 0)
if ( (i = pci_enable_msi(pdev)) < 0)
pr_err("%s: enable ms block: %i\n", __func__, i);
......
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