From: Yijing Wang Date: Tue, 30 Sep 2014 00:35:16 +0000 (-0600) Subject: PCI/MSI: Use __write_msi_msg() instead of write_msi_msg() X-Git-Tag: omap-for-v3.19/prcm-cleanup~136^2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56b72b40957947f7c08771f030102351d4c906df;p=pandora-kernel.git 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 Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed