Skip to content
Commit 0ce57f8a authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Tejun Heo
Browse files

ahci: fix the single MSI-X case in ahci_init_one



We need to make sure hpriv->irq is set properly if we don't use per-port
vectors, so switch from blindly assigning pdev->irq to using
pci_irq_vector, which handles all interrupt types correctly.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Reported-by: default avatarRobert Richter <robert.richter@cavium.com>
Tested-by: default avatarRobert Richter <robert.richter@cavium.com>
Tested-by: default avatarDavid Daney <ddaney.cavm@gmail.com>
Fixes: 0b9e2988

 ("ahci: use pci_alloc_irq_vectors")
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent a478b097
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