commit | 471212d943f839c94aefd416feaeca6e26a6e1f6 | [log] [tgz] |
---|---|---|
author | Alexander Gordeev <agordeev@redhat.com> | Fri Feb 21 17:58:09 2014 +0100 |
committer | Lee Jones <lee.jones@linaro.org> | Wed Mar 19 08:58:34 2014 +0000 |
tree | 37f23acfc822dc1a80f971dd85d5dfcb111665d7 | |
parent | 507c133b7dad837e6d0badbe9dc85310ab27a48a [diff] |
mfd: timberdale: Use pci_enable_msix_exact() instead of pci_enable_msix() As result of deprecation of MSI-X/MSI enablement functions pci_enable_msix() and pci_enable_msi_block() all drivers using these two interfaces need to be updated to use the new pci_enable_msi_range() or pci_enable_msi_exact() and pci_enable_msix_range() or pci_enable_msix_exact() interfaces. Signed-off-by: Alexander Gordeev <agordeev@redhat.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>