Discussion:
[PATCH v4 0/3] MSI cleanup update
Yijing Wang
2014-09-24 03:09:31 UTC
Permalink
v3->v4: fix the build error under powerpc, I missed to replace
its __read_msi_msg() in last patch.

Yijing Wang (3):
MSI/powerpc: Use __read_msi_msg() instead of read_msi_msg()
PCI/MSI: Remove unused function read_msi_msg()
PCI/MSI: Rename __read_msi_msg() to read_msi_msg()

arch/powerpc/platforms/pseries/msi.c | 2 +-
arch/x86/pci/xen.c | 2 +-
drivers/pci/msi.c | 9 +--------
include/linux/msi.h | 3 +--
4 files changed, 4 insertions(+), 12 deletions(-)
Bjorn Helgaas
2014-09-24 13:41:29 UTC
Permalink
Post by Yijing Wang
v3->v4: fix the build error under powerpc, I missed to replace
its __read_msi_msg() in last patch.
MSI/powerpc: Use __read_msi_msg() instead of read_msi_msg()
PCI/MSI: Remove unused function read_msi_msg()
PCI/MSI: Rename __read_msi_msg() to read_msi_msg()
arch/powerpc/platforms/pseries/msi.c | 2 +-
arch/x86/pci/xen.c | 2 +-
drivers/pci/msi.c | 9 +--------
include/linux/msi.h | 3 +--
4 files changed, 4 insertions(+), 12 deletions(-)
Applied to pci/msi for v3.18, thanks!

Loading...