MSI/powerpc: Use __read_msi_msg() instead of read_msi_msg()
authorYijing Wang <wangyijing@huawei.com>
Wed, 24 Sep 2014 03:09:45 +0000 (11:09 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 1 Oct 2014 18:21:46 +0000 (12:21 -0600)
commit1e8f4cc82eded0c3c97ef6e2f119782e42deda35
tree8e55479ce72d2b69eb833f56e8b27b717e9972d1
parent2b260085e466c345e78f23b1c9ad1d123d509ef8
MSI/powerpc: Use __read_msi_msg() instead of read_msi_msg()

rtas_setup_msi_irqs() already has the struct msi_desc pointer required by
__read_msi_msg(), so call it directly instead of having read_msi_msg() look
it up from the IRQ.

No functional change.

[bhelgaas: changelog]
Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Michael Ellerman <mpe@ellerman.id.au>
CC: Benjamin Herrenschmidt <benh@kernel.crashing.org>
CC: linuxppc-dev@lists.ozlabs.org
arch/powerpc/platforms/pseries/msi.c