Commit db28b79c authored by James Bottomley's avatar James Bottomley Committed by James Bottomley

minor mptfusion fix

I found a minor bug in that patch.  Its in mptbase_remove(). I saw
it this morning when compiling a driver for x86_64 platform. Funny
how it didn't complain in x86 system.
parent aea54ce2
......@@ -1551,7 +1551,7 @@ mptbase_remove(struct pci_dev *pdev)
Q_DEL_ITEM(ioc);
mpt_adapter_dispose(ioc);
mptscsih_sync_irq(ioc->irq);
mptscsih_sync_irq(pdev->irq);
pci_set_drvdata(pdev, NULL);
}
......
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