git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab0f9e7
)
ahci: Use pci_enable_msi_exact() instead of pci_enable_msi_range()
author
Alexander Gordeev
<agordeev@redhat.com>
Thu, 17 Apr 2014 12:13:50 +0000
(14:13 +0200)
committer
Tejun Heo
<tj@kernel.org>
Thu, 17 Apr 2014 13:59:24 +0000
(09:59 -0400)
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: Alexander Gordeev <agordeev@redhat.com>
Cc: linux-ide@vger.kernel.org
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/ahci.c
patch
|
blob
|
history
diff --cc
drivers/ata/ahci.c
Simple merge