commit | 56b72b40957947f7c08771f030102351d4c906df | [log] [tgz] |
---|---|---|
author | Yijing Wang <wangyijing@huawei.com> | Mon Sep 29 18:35:16 2014 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Oct 01 12:21:46 2014 -0600 |
tree | d0369b220b99a7a2b9ff87a64883162b26f17b62 | |
parent | 1e8f4cc82eded0c3c97ef6e2f119782e42deda35 [diff] |
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>