]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: make msi_free_irqs() to use msix_mask_irq() instead of open coded write
authorHidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Fri, 19 Jun 2009 02:20:26 +0000 (19:20 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 19 Jun 2009 22:11:45 +0000 (15:11 -0700)
commitcd2149c5a707c25d64560d1976aa9e6c252d57b2
treefe9f787a3eac10cfef1bbc7e18ee7800c281f773
parent1caa4902ab7aa74ef0831ff9cde92e94c85c65a7
PCI: make msi_free_irqs() to use msix_mask_irq() instead of open coded write

Use msix_mask_irq() instead of direct use of writel, so as not to clear
preserved bits in the Vector Control register [31:1].

Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/msi.c