Skip to content
Commit ccf8f53c authored by Alexander Gordeev's avatar Alexander Gordeev Committed by Tejun Heo
Browse files

ahci: Use pci_enable_msi_exact() instead of pci_enable_msi_range()



The driver calls pci_enable_msi_range() function with the range of
[nvec..nvec] which is what pci_enable_msi_exact() function is for.

Signed-off-by: default avatarAlexander Gordeev <agordeev@redhat.com>
Cc: linux-ide@vger.kernel.org
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent ab0f9e78
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