commit | a281b788d6070526c63b7bbc43dcbe5906d3f487 | [log] [tgz] |
---|---|---|
author | Yijing Wang <wangyijing@huawei.com> | Tue Jul 08 10:08:55 2014 +0800 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Jul 16 14:44:49 2014 -0600 |
tree | 8303336b293b9746072f8e5b8aa4574c95ca4a7e | |
parent | 4cc901613bd79dfa22d8aea996c2e9f74c04f8f2 [diff] |
PCI/MSI: Retrieve first MSI IRQ from msi_desc rather than pci_dev Retrieve the first MSI IRQ to compute the MSI index from struct msi_desc rather than the struct pci_dev to avoid an additional memory access. Signed-off-by: Yijing Wang <wangyijing@huawei.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>