From: Alexander Gordeev Date: Thu, 17 Apr 2014 12:13:50 +0000 (+0200) Subject: ahci: Use pci_enable_msi_exact() instead of pci_enable_msi_range() X-Git-Tag: omap-for-v3.16/soc-signed~23^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccf8f53cac7d9321c9af2b14af41e703f44ac198;p=pandora-kernel.git 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: Alexander Gordeev Cc: linux-ide@vger.kernel.org Signed-off-by: Tejun Heo --- Reading git-diff-tree failed