PCI/MSI: Use __write_msi_msg() instead of write_msi_msg()
authorYijing Wang <wangyijing@huawei.com>
Tue, 30 Sep 2014 00:35:16 +0000 (18:35 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 1 Oct 2014 18:21:46 +0000 (12:21 -0600)
commit56b72b40957947f7c08771f030102351d4c906df
treed0369b220b99a7a2b9ff87a64883162b26f17b62
parent1e8f4cc82eded0c3c97ef6e2f119782e42deda35
PCI/MSI: Use __write_msi_msg() instead of write_msi_msg()

default_restore_msi_irq() already has the struct msi_desc pointer required
by __write_msi_msg(), so call it directly instead of having write_msi_msg()
look it up from the IRQ.

No functional change.

[bhelgaas: split into separate patch]
Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/msi.c
This page took 0.029579 seconds and 5 git commands to generate.